Skip to content

Commit

Permalink
v1.19.beta1-fas
Browse files Browse the repository at this point in the history
* Fix/Enhancement #54: If enabled, all single Properties are sent out every notification interval, not only if changed
* Fix #52: Documentation on SSID and renamed Wifi to WiFi
* Fix #53 and #64: Boolean Values wrong
  • Loading branch information
fashberg committed Nov 1, 2020
1 parent cbec35e commit 6b9395a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 1.19-fas

* Fix/Enhancement #54: If enabled, all single Properties are sent out every notification interval, not only if changed
* Fix #52: Documentation on SSID and renamed Wifi to WiFi
* Fix #53 and #64: Boolean Values wrong

## Version 1.18-fas

* Fixed Relay State Calculation #26 again
Expand Down
2 changes: 1 addition & 1 deletion WThermostat/WBecaDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ class WBecaDevice: public WDevice {
page->printf_P(HTTP_COMBOBOX_END);

// Calculated Heating
page->printf_P(HTTP_TEXT_FIELD_INTEGER, F("Relay State Calculation: Deadzone/Deadband-Temperature (set here the same same value as configured at Thermostat-Setup)"), "dz", 1, 1);
page->printf_P(HTTP_TEXT_FIELD_INTEGER, F("Relay State Calculation: Deadzone/Deadband-Temperature (set here the same value as configured at Thermostat-Setup)"), "dz", 1, 1);

// FloorSensor
page->printf_P(HTTP_CHECKBOX_OPTION, F("Floor Sensor enabled"),
Expand Down
2 changes: 1 addition & 1 deletion lib/WAdapter
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default_envs =
wthermostat-debug

[common]
appversion = 1.19-beta1-fas
appversion = 1.19.beta1-fas
framework = arduino
board = esp01_1m
board_build.flash_mode = dout
Expand Down

0 comments on commit 6b9395a

Please sign in to comment.