ESPHome 2026.4.0-dev
Loading...
Searching...
No Matches
mitsubishi_cn105_climate.h
Go to the documentation of this file.
1#pragma once
2
6#include "mitsubishi_cn105.h"
7
9
11 public:
12 explicit MitsubishiCN105Climate() : hp_(*this) {}
13
14 void setup() override;
15 void loop() override;
16 void dump_config() override;
17
19 void control(const climate::ClimateCall &call) override;
20
22
23 protected:
24 void apply_values_();
25
27};
28
29} // namespace esphome::mitsubishi_cn105
This class is used to encode all control actions on a climate device.
Definition climate.h:33
ClimateDevice - This is the base class for all climate integrations.
Definition climate.h:186
void control(const climate::ClimateCall &call) override
void set_update_interval(uint32_t interval_ms)
static void uint32_t