22 lines
961 B
C
22 lines
961 B
C
#pragma once
|
|
|
|
#define mqtt_topic_battery_level "/battery/level"
|
|
#define mqtt_topic_battery_critical "/battery/critical"
|
|
#define mqtt_topic_battery_charging "/battery/charging"
|
|
#define mqtt_topic_battery_voltage "/battery/voltage"
|
|
#define mqtt_topic_battery_drain "/battery/drain"
|
|
#define mqtt_topic_battery_max_turn_current "/battery/maxTurnCurrent"
|
|
#define mqtt_topic_battery_lock_distance "/battery/lockDistance"
|
|
|
|
#define mqtt_topic_lockstate_state "/lock/state"
|
|
#define mqtt_topic_lockstate_trigger "/lock/trigger"
|
|
#define mqtt_topic_lockstate_completionStatus "/lock/completionStatus"
|
|
#define mqtt_topic_door_sensor_state "/lock/doorSensorState"
|
|
#define mqtt_topic_lockstate_action "/lock/action"
|
|
|
|
#define mqtt_topic_config_button_enabled "/configuration/buttonEnabled"
|
|
#define mqtt_topic_config_led_enabled "/configuration/ledEnabled"
|
|
#define mqtt_topic_config_led_brightness "/configuration/ledBrightness"
|
|
|
|
#define mqtt_topic_presence "/presence/devices"
|