Skip to content

Commit 6b9395a

Browse files
committed
v1.19.beta1-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
1 parent cbec35e commit 6b9395a

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 1.19-fas
4+
5+
* Fix/Enhancement #54: If enabled, all single Properties are sent out every notification interval, not only if changed
6+
* Fix #52: Documentation on SSID and renamed Wifi to WiFi
7+
* Fix #53 and #64: Boolean Values wrong
8+
39
## Version 1.18-fas
410

511
* Fixed Relay State Calculation #26 again

WThermostat/WBecaDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ class WBecaDevice: public WDevice {
642642
page->printf_P(HTTP_COMBOBOX_END);
643643

644644
// Calculated Heating
645-
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);
645+
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);
646646

647647
// FloorSensor
648648
page->printf_P(HTTP_CHECKBOX_OPTION, F("Floor Sensor enabled"),

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default_envs =
1919
wthermostat-debug
2020

2121
[common]
22-
appversion = 1.19-beta1-fas
22+
appversion = 1.19.beta1-fas
2323
framework = arduino
2424
board = esp01_1m
2525
board_build.flash_mode = dout

0 commit comments

Comments
 (0)