You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
API
-
Motion sensor
Topic:
motionData example:
{ "deviceId": 0, "value": true } -
Light sensor
Topic:
lightData example:
{ "deviceId": 0, "value": 1024 } -
Temperature sensor
Topic:
temperatureData example:
{ "deviceId": 0, "value": 20.4 } -
Sound sensor
Topic:
soundData example:
{ "deviceId": 0, "value": 3072 } -
Door lock/unlock
Topic:
door/lockData example:
{ "deviceId": 0, "lock": true } -
Door state changed
Topic:
door/statusData example:
{ "deviceId": 0, "open": true } -
Alarm state
Topic:
alarm/stateStatuses:
ArmedDisarmedTriggeredArmingDisarming
Data example:
{ "status": "Disarmed", "changed": true } -
Card read
Topic:
card/readData example:
{ "deviceId": 0, "cardUID": "6XjCwg==" } -
Password entered
Topic
display/passwordEnteredData example:
The password has a minimum length of 4, and a max length of 12.
{ "deviceId": 0, "password": [1, 2, 3, 4] } -
Password response
Topic
display/passwordResponseData example:
{ "deviceId": 0, "password": [1, 2, 3, 4], "correct": true }