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

@@ -97,7 +97,7 @@ void NetworkOpener::onMqttDataReceived(char *&topic, byte *&payload, unsigned in
}
}
void NetworkOpener::publishKeyTurnerState(const NukiOpener::KeyTurnerState& keyTurnerState, const NukiOpener::KeyTurnerState& lastKeyTurnerState)
void NetworkOpener::publishKeyTurnerState(const NukiOpener::OpenerState& keyTurnerState, const NukiOpener::OpenerState& lastKeyTurnerState)
{
char str[50];