-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactionDefs.json
More file actions
22 lines (20 loc) · 1.63 KB
/
actionDefs.json
File metadata and controls
22 lines (20 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"garage_light_on" : {"type": "http_get", "url": "http://192.168.129.201/light_on"},
"garage_light_off": {"type": "http_get", "url": "http://192.168.129.201/light_off"},
"sig_tower_all_off" : {"type": "http_get", "url": "http://192.168.129.203/all_off"},
"sig_tower_red_on" : {"type": "http_get", "url": "http://192.168.129.203/red_on"},
"sig_tower_red_flash" : {"type": "http_get", "url": "http://192.168.129.203/red_flash"},
"sig_tower_red_off" : {"type": "http_get", "url": "http://192.168.129.203/red_off"},
"sig_tower_amber_on" : {"type": "http_get", "url": "http://192.168.129.203/amber_on"},
"sig_tower_amber_flash" : {"type": "http_get", "url": "http://192.168.129.203/amber_flash"},
"sig_tower_amber_off" : {"type": "http_get", "url": "http://192.168.129.203/amber_off"},
"sig_tower_blue_on" : {"type": "http_get", "url": "http://192.168.129.203/blue_on"},
"sig_tower_blue_off" : {"type": "http_get", "url": "http://192.168.129.203/blue_off"},
"sig_tower_green_on" : {"type": "http_get", "url": "http://192.168.129.203/green_on"},
"sig_tower_green_flash" : {"type": "http_get", "url": "http://192.168.129.203/green_flash"},
"sig_tower_green_off" : {"type": "http_get", "url": "http://192.168.129.203/green_off"},
"sig_tower_alarm_on" : {"type": "http_get", "url": "http://192.168.129.203/alarm_on"},
"sig_tower_alarm_off" : {"type": "http_get", "url": "http://192.168.129.203/alarm_off"},
"test_action_1": {"type": "http_get", "url": "http://localhost/test_action_1"},
"test_action_2": {"type": "http_get", "url": "http://localhost/test_action_2"}
}