mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
add CRF200 thermostat flag and no_write
This commit is contained in:
@@ -101,6 +101,7 @@ class Thermostat : public EMSdevice {
|
||||
ROOMINFLUENCE,
|
||||
TEMPAUTO,
|
||||
NOREDUCE,
|
||||
ON,
|
||||
UNKNOWN
|
||||
|
||||
};
|
||||
@@ -276,6 +277,7 @@ class Thermostat : public EMSdevice {
|
||||
void process_RC20Set_2(std::shared_ptr<const Telegram> telegram);
|
||||
void process_RC10Monitor(std::shared_ptr<const Telegram> telegram);
|
||||
void process_RC10Set(std::shared_ptr<const Telegram> telegram);
|
||||
void process_CRFMonitor(std::shared_ptr<const Telegram> telegram);
|
||||
void process_RC300Monitor(std::shared_ptr<const Telegram> telegram);
|
||||
void process_RC300Set(std::shared_ptr<const Telegram> telegram);
|
||||
void process_RC300Summer(std::shared_ptr<const Telegram> telegram);
|
||||
|
||||
Reference in New Issue
Block a user