2.2.22. Binary Toggle Switch Command Class, version 1 [OBSOLETED]¶
Warning
THIS COMMAND CLASS HAS BEEN OBSOLETED
A node MUST NOT implement this Command Class.
New implementations MUST use the Binary Switch Command Class, version 1
The Binary Toggle Switch Command Class is used for toggle-style control of binary actuator devices.
2.2.22.1. Binary Toggle Switch Set Command¶
This command is used to toggle a device e.g. from on to off and from off to on.
7 |
6 |
5 |
4 |
3 |
2 |
1 |
0 |
|---|---|---|---|---|---|---|---|
Command Class = COMMAND_CLASS_SWITCH_TOGGLE_BINARY (0x28) |
|||||||
Command = SWITCH_TOGGLE_BINARY_SET (0x01) |
|||||||
2.2.22.2. Binary Toggle Switch Get Command¶
This command is used to request the state of the load controlled by the device.
The Binary Toggle Switch Report Command MUST be returned in response to this command.
This command MUST NOT be issued via multicast addressing.
A receiving node MUST NOT return a response if this command is received via multicast addressing. The Z-Wave Multicast frame, the broadcast NodeID and the Multi Channel multi-End Point destination are all considered multicast addressing methods.
7 |
6 |
5 |
4 |
3 |
2 |
1 |
0 |
|---|---|---|---|---|---|---|---|
Command Class = COMMAND_CLASS_SWITCH_TOGGLE_BINARY (0x28) |
|||||||
Command = SWITCH_TOGGLE_BINARY_GET (0x02) |
|||||||
2.2.22.3. Binary Toggle Switch Report Command¶
This command is used to advertise the value of a toggle switch.
7 |
6 |
5 |
4 |
3 |
2 |
1 |
0 |
|---|---|---|---|---|---|---|---|
Command Class = COMMAND_CLASS_SWITCH_TOGGLE_BINARY (0x28) |
|||||||
Command = SWITCH_TOGGLE_BINARY_GET (0x02) |
|||||||
Value |
|||||||
Value (8 bits)
The value MAY be 0x00 (off) or 0xFF (on).