diff --git a/Config.h b/Config.h index 83da95c..b368416 100644 --- a/Config.h +++ b/Config.h @@ -1,6 +1,6 @@ #pragma once -#define NUKI_HUB_VERSION "8.9-pre-1" +#define NUKI_HUB_VERSION "8.9" #define MQTT_QOS_LEVEL 1 #define MQTT_CLEAN_SESSIONS false \ No newline at end of file diff --git a/README.md b/README.md index 6575cbe..56d1963 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ This project is free to use for everyone. However if you feel like donating, you - lock/authorizationName: If enabled in the web interface, this node returns the authorization name of the last lock action - lock/commandResult: Result of the last action as reported by NUKI library: success, failed, timeOut, working, notPaired, error, undefined - lock/doorSensorState: State of the door sensor: unavailable, deactivated, doorClosed, doorOpened, doorStateUnknown, calibrating +- query/lockstate: Set to 1 to trigger query lockstage. Auto-resets to 0. +- query/config: Set to 1 to trigger query config. Auto-resets to 0. +- query/keypad: Set to 1 to trigger query keypad. Auto-resets to 0.

- battery/level: Battery level in percent - battery/critical: 1 if battery level is critical, otherwise 0 @@ -84,6 +87,9 @@ This project is free to use for everyone. However if you feel like donating, you - lock/authorizationName: If enabled in the web interface, this node returns the authorization name of the last lock action - lock/commandResult: Result of the last action as reported by NUKI library: success, failed, timeOut, working, notPaired, error, undefined - lock/doorSensorState: State of the door sensor: unavailable, deactivated, doorClosed, doorOpened, doorStateUnknown, calibrating +- query/lockstate: Set to 1 to trigger query lockstage. Auto-resets to 0. +- query/config: Set to 1 to trigger query config. Auto-resets to 0. +- query/keypad: Set to 1 to trigger query keypad. Auto-resets to 0.

- battery/voltage: Reports the current battery voltage in Volts. - battery/critical: 1 if battery level is critical, otherwise 0 diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin index b8f51e4..089f667 100644 Binary files a/webflash/nuki_hub.bin and b/webflash/nuki_hub.bin differ