update ble lib

This commit is contained in:
technyon
2022-06-06 15:55:26 +02:00
parent 80b1df1c13
commit 0dd1612f39
5 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ public:
void initialize();
void update();
void publishKeyTurnerState(const NukiOpener::KeyTurnerState& keyTurnerState, const NukiOpener::KeyTurnerState& lastKeyTurnerState);
void publishKeyTurnerState(const NukiOpener::OpenerState& keyTurnerState, const NukiOpener::OpenerState& lastKeyTurnerState);
void publishAuthorizationInfo(const uint32_t authId, const char* authName);
void publishCommandResult(const char* resultStr);
void publishBatteryReport(const NukiOpener::BatteryReport& batteryReport);