mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-17 03:44:17 +03:00
@@ -1557,10 +1557,6 @@ class AirCon : public esphome::Component, public esphome::climate::Climate {
|
|||||||
//esphome::sensor::Sensor *sensor_outdoor_temperature = new esphome::sensor::Sensor();
|
//esphome::sensor::Sensor *sensor_outdoor_temperature = new esphome::sensor::Sensor();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
AirCon(){ initAC(); };
|
|
||||||
|
|
||||||
AirCon(esphome::uart::UARTComponent *parent) { initAC(parent); };
|
|
||||||
|
|
||||||
// инициализация объекта
|
// инициализация объекта
|
||||||
void initAC(esphome::uart::UARTComponent *parent = nullptr){
|
void initAC(esphome::uart::UARTComponent *parent = nullptr){
|
||||||
_dataMillis = millis();
|
_dataMillis = millis();
|
||||||
|
|||||||
Reference in New Issue
Block a user