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.
1005 B
1005 B
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" } -
Disarm
Topic:
display/disarmData example:
{ "deviceId": 0 } -
Arm
Topic:
display/armData example:
{ "deviceId": 0 }