publish ble address via mqtt

This commit is contained in:
technyon
2023-01-10 18:04:40 +01:00
parent 082d5a3d66
commit de34e1a78e
7 changed files with 17 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
#define mqtt_topic_lock_door_sensor_state "/lock/doorSensorState"
#define mqtt_topic_lock_action "/lock/action"
#define mqtt_topic_lock_rssi "/lock/rssi"
#define mqtt_topic_lock_address "/lock/address"
#define mqtt_topic_config_button_enabled "/configuration/buttonEnabled"
#define mqtt_topic_config_led_enabled "/configuration/ledEnabled"