publish door sensor state via mqtt

This commit is contained in:
technyon
2022-03-31 17:56:30 +02:00
parent f3de3c75df
commit 1efd8157e2
5 changed files with 53 additions and 10 deletions

View File

@@ -7,4 +7,5 @@
#define mqtt_topic_lockstate_state "nuki/lock/state"
#define mqtt_topic_lockstate_trigger "nuki/lock/trigger"
#define mqtt_topic_lockstate_completionStatus "nuki/lock/completionStatus"
#define mqtt_topic_lockstate_action "nuki/lock/action"
#define mqtt_topic_lockstate_action "nuki/lock/action"
#define mqtt_topic_door_sensor_state_action "nuki/lock/doorSensorState"