-
Notifications
You must be signed in to change notification settings - Fork 0
/
solsticeAPIURLs.json
43 lines (43 loc) · 1.37 KB
/
solsticeAPIURLs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
"solsticeAPIURLs": {
"type": "array",
"description": "Array of API URLs for the Solstice Pods",
"arrayItems": [
{
"configAPIURL": {
"type": "string",
"description": "URI for the config API",
"value": "/api/config"
},
"statsAPIURL": {
"type": "string",
"description": "URI for the stats API",
"value": "/api/stats"
},
"controlAPIURL": {
"type": "string",
"description": "URI for the control API",
"value": "/api/control"
},
"calendarAPIURL": {
"type": "string",
"description": "URI for the calendar API",
"value": "/api/calendar"
},
"versionAPIURL": {
"type": "string",
"description": "URI for the version API",
"value": "/api/version"
},
"serialAPIURL": {
"type": "string",
"description": "URI for the serial API",
"value": "/api/serial-passthru/send?data="
},
"sdsAPIURL": {
"type": "string",
"description": "URI for the SDS API",
"value": "/api/discover"
}
}
]
}