Skip to content

Commit

Permalink
bool property to json: FALSE was TRUE
Browse files Browse the repository at this point in the history
Fixes fashberg/WThermostatBeca#53 : Wrong Single Values via MQTT
  • Loading branch information
fashberg committed Nov 1, 2020
1 parent 743649f commit 9570db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WAdapter/WProperty.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const char* STR_MINIMUM PROGMEM = "minimum";
const char* STR_MAXIMUM PROGMEM = "maximum";
const char* STR_CELSIUS PROGMEM = "celsius";
const char* STRPROP_TRUE PROGMEM = "true";
const char* STRPROP_FALSE PROGMEM = "true";
const char* STRPROP_FALSE PROGMEM = "false";
const char* STRPROP_TITLE PROGMEM = "title";
const char* STRPROP_TYPE PROGMEM = "type";
const char* STRPROP_ATTYPE PROGMEM = "@type";
Expand Down

0 comments on commit 9570db4

Please sign in to comment.