SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

Allow to use true/false in BinaryParsed #63

Closed mariolos closed 3 months ago

mariolos commented 4 months ago

Now BinaryParsed can pare only numbers. Please add true/false or on/off (or maybe other) values.

klew commented 3 months ago

Done in https://github.com/SUPLA/supla-device/pull/65