diff --git a/src/openhab_connector.hpp b/src/openhab_connector.hpp index 8e7bfc2..3b33215 100644 --- a/src/openhab_connector.hpp +++ b/src/openhab_connector.hpp @@ -195,7 +195,7 @@ class Sitemap { JsonVariant v = getWidget(index); - float retval = 0.0f; + float retval = 100.0f; if (v["maxValue"]) retval = v["maxValue"].as(); diff --git a/src/version.h b/src/version.h index 07914df..1f7dd71 100644 --- a/src/version.h +++ b/src/version.h @@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 10 +#define VERSION_MINOR 11 #endif