publish door sensor state via mqtt
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
||||
bool isMqttConnected();
|
||||
|
||||
void publishKeyTurnerState(const char* state, const char* trigger, const char* completionStatus);
|
||||
void publishDoorSensorState(const char* state);
|
||||
void publishBatteryReport(const BatteryReport& batteryReport);
|
||||
|
||||
void setLockActionReceived(void (*lockActionReceivedCallback)(const char* value));
|
||||
|
||||
Reference in New Issue
Block a user