Skip to content

Commit

Permalink
Version fix in library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
klew committed Feb 16, 2024
1 parent 9b371e4 commit 66998e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions src/supla/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 66998e2

Please sign in to comment.