From 66998e25118e5bbd3af6db74cbe858a15635db68 Mon Sep 17 00:00:00 2001 From: Krzysztof Lewandowski Date: Fri, 16 Feb 2024 10:02:32 +0100 Subject: [PATCH] Version fix in library.properties --- library.properties | 2 +- src/supla/tools.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 0469880b..e120f438 100644 --- a/library.properties +++ b/library.properties @@ -5,7 +5,7 @@ sentence=Library enables you to connect the device to the SUPLA automation syste paragraph=It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device. url=https://github.com/SUPLA/supla-device architectures=avr,esp32,esp8266 -version=24.02 +version=24.2 dependencies= core-dependencies=arduino (>=1.5.0) category=Communication diff --git a/src/supla/tools.cpp b/src/supla/tools.cpp index d0c034ef..a1cdbc6c 100644 --- a/src/supla/tools.cpp +++ b/src/supla/tools.cpp @@ -367,6 +367,9 @@ const char *getManufacturer(int16_t id) { case SUPLA_MFR_ERGO_ENERGIA: { return "ERGO energia"; } + case SUPLA_MFR_SOMEF: { + return "Somef"; + } } return "Unknown";