Event notification
Open/Close event
With the command your application server can understand when there was an Open/Close event. This would let you trigger and actions in response. The command code is the same for the opening and for the closing event.
The command is sent together with the keepalive of the device, where it replaces the keep-alive command byte.. The keepalive data in the example below is omitted for clarity.
Byte index | Received response |
0 | 20 β Command code |
Button push event
With the command your application server can understand when there was a Button push event. This would let you trigger and actions in response.
The command is sent together with the keepalive of the device, where it replaces the keep-alive command byte.. The keepalive data in the example below is omitted for clarity.
Byte index | Received response |
0 | 21 β Command code |
Last updated