make single lock configurable

This commit is contained in:
technyon
2022-07-14 20:02:38 +02:00
parent af24eeb0e9
commit 13dae4eb0d
4 changed files with 11 additions and 1 deletions

View File

@@ -22,5 +22,6 @@
#define mqtt_topic_config_led_brightness "/configuration/ledBrightness"
#define mqtt_topic_config_auto_unlock "/configuration/autoUnlock"
#define mqtt_topic_config_auto_lock "/configuration/autoLock"
#define mqtt_topic_config_single_lock "/configuration/singleLock"
#define mqtt_topic_presence "/presence/devices"