publish trigger action and completion status

This commit is contained in:
technyon
2022-03-27 19:29:47 +02:00
parent 9a2dd19f63
commit 8f803cf61c
5 changed files with 94 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ public:
void initialize();
void update();
void publishKeyTurnerState(const char* state);
void publishKeyTurnerState(const char* state, const char* trigger, const char* completionStatus);
void publishBatteryReport(const BatteryReport& batteryReport);
void setLockActionReceived(void (*lockActionReceivedCallback)(const char* value));