added "ON" and "OFF" for OpenHAB - #713

This commit is contained in:
proddy
2021-02-27 15:22:22 +01:00
parent 6b329ff20e
commit 513fab307e
4 changed files with 8 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ using uuid::console::Shell;
// size of queue
#define MAX_MQTT_MESSAGES 100
enum { BOOL_FORMAT_ONOFF = 1, BOOL_FORMAT_TRUEFALSE, BOOL_FORMAT_10 }; // matches Web UI settings
enum { BOOL_FORMAT_ONOFF = 1, BOOL_FORMAT_TRUEFALSE, BOOL_FORMAT_10, BOOL_FORMAT_ONOFF_CAP }; // matches Web UI settings
namespace emsesp {