mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
auto formatting
This commit is contained in:
@@ -16,11 +16,11 @@ Writeable Text entities have moved from type `sensor` to `text` in Home Assistan
|
|||||||
- shower_data MQTT payload contains the timestamp [#1329](https://github.com/emsesp/EMS-ESP32/issues/1329)
|
- shower_data MQTT payload contains the timestamp [#1329](https://github.com/emsesp/EMS-ESP32/issues/1329)
|
||||||
- HA discovery for writeable text entities [#1337](https://github.com/emsesp/EMS-ESP32/pull/1377)
|
- HA discovery for writeable text entities [#1337](https://github.com/emsesp/EMS-ESP32/pull/1377)
|
||||||
- autodetect board_profile, store in nvs, add telnet command option, add E32V2
|
- autodetect board_profile, store in nvs, add telnet command option, add E32V2
|
||||||
- heatpump high res energy counters [#1348, #1349. #1350](https://github.com/emsesp/EMS-ESP32/issues/1348)
|
- heat pump high res energy counters [#1348, #1349. #1350](https://github.com/emsesp/EMS-ESP32/issues/1348)
|
||||||
- optional bssid in network settings
|
- optional bssid in network settings
|
||||||
- extension module EM100 [#1315](https://github.com/emsesp/EMS-ESP32/discussions/1315)
|
- extension module EM100 [#1315](https://github.com/emsesp/EMS-ESP32/discussions/1315)
|
||||||
- digital_out with new options for polarity and startup state
|
- digital_out with new options for polarity and startup state
|
||||||
- Added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities
|
- added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2563,7 +2563,7 @@ bool Thermostat::set_mode_n(const uint8_t mode, const uint8_t hc_num) {
|
|||||||
if (Helpers::hasValue(hc->mode_new)) {
|
if (Helpers::hasValue(hc->mode_new)) {
|
||||||
offset = EMS_OFFSET_RCPLUSSet_mode_new;
|
offset = EMS_OFFSET_RCPLUSSet_mode_new;
|
||||||
} else {
|
} else {
|
||||||
offset = EMS_OFFSET_RCPLUSSet_mode;
|
offset = EMS_OFFSET_RCPLUSSet_mode;
|
||||||
set_mode_value = set_mode_value == 2 ? 0xFF : 0;
|
set_mode_value = set_mode_value == 2 ? 0xFF : 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
namespace emsesp {
|
namespace emsesp {
|
||||||
|
|
||||||
static QueueHandle_t uart_queue;
|
static QueueHandle_t uart_queue;
|
||||||
uint8_t tx_mode_ = 0xFF;
|
uint8_t tx_mode_ = 0xFF;
|
||||||
uint32_t inverse_mask = 0;
|
uint32_t inverse_mask = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user