-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
34 lines (34 loc) · 917 Bytes
/
config.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
{
"requests": [
{
"class": "transition",
"command": {
"execute": "change-output",
"arguments": ["high"],
"server": "bldg1",
"device_name": "NorthLight"
},
"schedule": {
"sun": {
"position": "nauticalDusk",
"latitude": 32.949009,
"longitude": -105.140349
}
}
},
{
"class": "transition",
"command": {
"execute": "change-output",
"arguments": ["low"],
"server": "bldg1",
"device_name": "NorthLight"
},
"schedule": {
"second": "0",
"minute": "30",
"hour": "22"
}
}
]
}