report battery voltage via mqtt

This commit is contained in:
technyon
2022-03-26 00:01:41 +01:00
parent a202deef23
commit fa1b836d4f
5 changed files with 70 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ public:
void update();
void publishKeyTurnerState(const char* state);
void publishBatteryVoltage(const float& value);
void setLockActionReceived(void (*lockActionReceivedCallback)(const char* value));