Overview:.
Details: |
Resource Set:
| Standard 00:00:00:00:00:00:00:00-0 |
Index:
| 68 |
Headerfile:
| snvt_bta.h |
BTA_NUL | -1 | Invalid value. |
BTA_TOGGLE_STATE | 0 |
Toggle on-off state; same action as SW_SET_OFF if the on/off state was on, and SW_SET_ON if the on/off state was off; ignored for blinds, drapes, shades, and fans.
|
BTA_TOGGLE_SCENE | 1 | Toggle on-off state if specified scene is the current scene; recall the state from the specified scene if the scene is new. |
BTA_SET_STATE_ON | 2 | Set the state to on; ignored for blinds, drapes, shades, and fans. |
BTA_RECALL_SCENE | 3 | Recall a scene. |
BTA_SET_STATE_OFF | 4 | Set the state to off; ignored for blinds, drapes, shades, and fans. |
BTA_SET_OCCUPIED | 5 | Set the occupancy state. |
BTA_CLEAR_OCCUPIED | 6 | Clear the occupancy state. |
BTA_SET_UNOCCUPIED | 7 | Set the unoccupied state. |
BTA_CLEAR_UNOCCUPIED | 8 | Clear the unoccupied state. |
BTA_SET_LEVEL | 9 | Set the level to the specified value; ignored for blinds, drapes, shades, and fans. |
BTA_SET_UP_DIRECTION | 10 | Set ceiling fan direction to up, with specified level. |
BTA_SET_DOWN_DIRECTION | 11 | Set ceiling fan direction to down, with specified level. |
BTA_INCREASE | 12 | Increase the level by specified amount; ignored for blinds, drapes, shades, and fans. |
BTA_DECREASE | 13 | Decrease the level by the specified amount; ignored for blinds, drapes, shades, and fans. |
BTA_CYCLE | 14 | Same as increase until 100% is reached, then same as decrease until 0% is reached, then repeat; ignored for blinds, drapes, shades, and fans; |
BTA_ROTATE_OPEN | 15 | Rotate blinds open by the setting. |
BTA_ROTATE_CLOSED | 16 | Rotate blinds closed by the setting. |
BTA_SET_ANGLE | 17 | Set the rotation angle of blinds to the setting. |
BTA_TOGGLE_DIRECTION | 18 | Toggle ceiling fan direction, with specified level. |
BTA_TOGGLE_OCCUPANCY | 19 | Toggle the occupancy state. |
BTA_LEARN_SCENE | 20 | Learn a scene from current settings. |
BTA_SET_STANDBY | 21 | Set standby mode. |
BTA_CLEAR_STANDBY | 22 | Clear standby mode. |
BTA_TOGGLE_STANDBY | 23 | Toggle standby mode. |
BTA_SET_FAN_ON | 24 | Set the fan state to on. |
BTA_SET_FAN_OFF | 25 | Set the fan state to off. |
BTA_TOGGLE_FAN_STATE | 26 | Toggle the fan on-off state. |
BTA_INCREASE_FAN_LEVEL | 27 | Increase fan speed by the specified amount. |
BTA_DECREASE_FAN_LEVEL | 28 | Decrease fan speed by the specified amount. |
BTA_CYCLE_FAN_LEVEL | 29 | Increase fan speed by the specified amount until the level reaches 100%, then decrease the fan speed by the specified amount. |
BTA_MOVE_OPEN | 30 | Move blinds, drapes, or shades open by the specified amount. |
BTA_MOVE_CLOSED | 31 | Move blinds, drapes, or shades open by the specified amount. |
BTA_SET_POSITION | 32 | Set blinds, drapes, or shades to the specified position; 100% is fully open, 0% is fully closed. |
BTA_STOP | 33 | Stop any motion of blinds, drapes, or shades. |
BTA_TOGGLE_GROUP | 34 | Toggle group state. |
BTA_ENABLE_GROUP | 35 | Enable a group; all groups are enabled by default. |
BTA_DISABLE_GROUP | 36 | Disable a group. |
BTA_INCREASE_HUE | 37 | Increase hue. |
BTA_DECREASE_HUE | 38 | Decrease hue. |
BTA_SET_DR_EVENT | 39 | Set demand-response mode. |
BTA_CLEAR_DR_EVENT | 40 | Clear demand-response mode. |
BTA_TOGGLE_DR_EVENT | 41 | Toggle demand-response mode. |
Used by:
| SCPTbuttonHoldAction SCPTbuttonPressAction |