diff --git a/NetworkLock.cpp b/NetworkLock.cpp index b4cca44..252224d 100644 --- a/NetworkLock.cpp +++ b/NetworkLock.cpp @@ -105,7 +105,7 @@ void NetworkLock::onMqttDataReceived(char *&topic, byte *&payload, unsigned int { if(_keypadCommandReceivedReceivedCallback != nullptr) { - if(strcmp(value, "--") != 0) return; + if(strcmp(value, "--") == 0) return; _keypadCommandReceivedReceivedCallback(value, _keypadCommandId, _keypadCommandName, _keypadCommandCode, _keypadCommandEnabled); diff --git a/Version.h b/Version.h index 7c9ef13..d1a626b 100644 --- a/Version.h +++ b/Version.h @@ -1,3 +1,3 @@ #pragma once -#define nuki_hub_version "6.4" \ No newline at end of file +#define nuki_hub_version "6.5" \ No newline at end of file diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin index e7dd3e5..6df6247 100644 Binary files a/webflash/nuki_hub.bin and b/webflash/nuki_hub.bin differ