A | B | C | D | E | F | G | ||
---|---|---|---|---|---|---|---|---|
1 | Product Type | Action | Type | Action inbound Parameter | Notes | Example | Example Parameter | |
2 | ||||||||
3 | Site based | CHECK_DEVICES (GET) | get | /api/v3/sites/{siteCd}/actions/getChanges | ||||
4 | RUN_MACRO | post | /api/v3/sites/{siteCd}/rules/{ruleCd}/actions/run | |||||
5 | DISCOVER (GET) | get | discover devices in a site | /api/v3/sites/{siteCd}/actions/discover | ||||
6 | ||||||||
7 | ||||||||
8 | All Devices | |||||||
9 | GET_STATUS | get | device status changes | /api/v3/sites/{siteCd}/actions/deviceStatus | ||||
10 | UPDATE | post | update gateway with latest device info | /api/v3/sites/{siteCd}/actions/update | ||||
11 | ||||||||
12 | ||||||||
13 | Thermostat | GET_STATUS | post | |||||
14 | HVAC_MODE_AUTO | Not all modes always supported | ||||||
15 | HVAC_MODE_COOL | Not all modes always supported | ||||||
16 | HVAC_MODE_HEAT | Not all modes always supported | ||||||
17 | HVAC_MODE_OFF | Not all modes always supported | ||||||
18 | APP_ADR_NONE | Not all modes always supported | ||||||
19 | APP_ADR_ACTIVE | Not all modes always supported | ||||||
20 | APP_ADR_FAR | Not all modes always supported | ||||||
21 | APP_ADR_NEAR | Not all modes always supported | ||||||
22 | HVAC_HOLD_ON | Not all modes always supported | ||||||
23 | HVAC_HOLD_OFF | Not all modes always supported | ||||||
24 | HVAC_DISPLAY_LOCK_ON | Not all modes always supported | ||||||
25 | HVAC_DISPLAY_LOCK_OFF | Not all modes always supported | ||||||
26 | HVAC_FAN_MODE_ON_LOW | Not all modes always supported | ||||||
27 | HVAC_FAN_MODE_AUTO_LOW | Not all modes always supported | ||||||
28 | HVAC_FAN_MODE_AUTO | |||||||
29 | HVAC_FAN_MODE_ON | |||||||
30 | HVAC_FAN_MODE_OCC_ON_UNOCC_AUTO | Not all modes always supported | ||||||
31 | HVAC_HEAT_SETPOINT | {parameters: number} | num between 40-96 | temp is in C (Heat setpoint must be lower than Cool setpoint) | /api/v3/sites/{siteCd}/devices/{deviceCd}/actions/HVAC_HEAT_SETPOINT | {"parameter":"75"} | ||
32 | HVAC_COOL_SETPOINT | {parameters: number} | num between 40-96 | temp is in C | ||||
33 | HVAC_HEAT_SETPOINT_RELATIVE | {parameters: number} | num between 40-96 | temp is in C - moves the Heat setpoint relative to what it current is set to | ||||
34 | HVAC_COOL_SETPOINT_RELATIVE | {parameters: number} | num between 40-96 | temp is in C - moves the Cool setpoint relative to what it current is set to | ||||
35 | ||||||||
36 | ||||||||
37 | Dimmer | GET_STATUS | post | |||||
38 | DIM | {parameters: number} | num between 0-100 | high/low should be dim 66/33 | ||||
39 | DIM_RELATIVE | {parameters: number} | pos/neg number | resulting dim between 0-100 | ||||
40 | POWER_ON | Sets dim to 0 | /api/v3/sites/{siteCd}/devices/{deviceCd}/actions/DIM | {"parameter":"75"} | ||||
41 | POWER_OFF | Sets dim to 100 | ||||||
42 | ||||||||
43 | ||||||||
44 | Light | GET_STATUS | post | |||||
45 | POWER_ON | Sets dim to 0 | ||||||
46 | POWER_OFF | Sets dim to 100 | ||||||
47 | ||||||||
48 | ||||||||
49 | Sensor | GET_STATUS | post | |||||
50 | SET_RECOVERY | Sensor, Alta specific recovery backoff period when attempting to join a network | ||||||
51 | SET_REPORT_INTERVAL | Seconds between sensor reports | ||||||
52 | SET_RETRY_COUNT | Sensor-specific count for transmission retries | ||||||
53 | ||||||||
54 | ||||||||
55 | Switch (non-lock) | GET_STATUS | post | |||||
56 | POWER_ON | |||||||
57 | POWER_OFF | |||||||
58 | POWER_TOGGLE | |||||||
59 | ||||||||
60 | ||||||||
61 | Switch (toggled) | GET_STATUS | post | |||||
62 | POWER_ON | |||||||
63 | POWER_OFF | |||||||
64 | POWER_TOGGLE | |||||||
65 | DIM | {parameters: number} | num between 0-100 | high/low should be dim 66/33 | ||||
66 | DIM_RELATIVE | {parameters: number} | pos/neg number | resulting dim between 0-100 | ||||
67 | SCENE_SELECT | {parameters: number} | num from range 1-3 | |||||
68 | ||||||||
69 | ||||||||
70 | Switch (is lock) | GET_STATUS | post | |||||
71 | OPENED | |||||||
72 | CLOSED | |||||||
73 | POWER_TOGGLE | sometimes | ||||||
74 | ||||||||
75 | ||||||||
76 | Camera | GET_STATUS | post | |||||
77 | MOVE_UP | |||||||
78 | MOVE_DOWN | |||||||
79 | MOVE_LEFT | |||||||
80 | MOVE_RIGHT | |||||||
81 | STREAM_LIVE_VIDEO | Returns video URL, not always supported | ||||||
82 | STREAM_LIVE_IMAGE | Returns image URL, not always supported | ||||||
83 | ||||||||
84 | ||||||||
85 | BACnet | GET_STATUS | post | |||||
86 | DISCOVERY_CONTINUOUS | Continuous BACnet discovery | ||||||
87 | DISCOVERY_NOW | BACnet discover now | ||||||
88 | ||||||||
89 | ||||||||
90 | Network | |||||||
91 | GET_NETWORK_TREE | Get the neighbor network tree for Z-Wave or ZigBee | ||||||
92 | HEAL_NETWORK | Heal the network connections between devices for Z-Wave and ZigBee | ||||||
93 | NETWORK_LINK | Network inclusion and exclusion. | ||||||
94 | NETWORK_LINK_DEVICE | Network inclusion and exclusion. Exclusion is on a specific device. | ||||||
95 | SET_LINK_INTERVAL | Seconds between attempts to register with a network | ||||||
96 | SET_RECOVERY | Sensor, Alta specific recovery backoff period when attempting to join a network |