ESPHome 2026.4.0
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
23
24 protected:
25 void apply_values_();
26
28};
29
30} // namespace esphome::mitsubishi_cn105
This class is used to encode all control actions on a climate device.
Definition climate.h:34
ClimateDevice - This is the base class for all climate integrations.
Definition climate.h:187
void control(const climate::ClimateCall &call) override
void set_room_temperature_min_interval(uint32_t interval_ms)
void set_update_interval(uint32_t interval_ms)
static void uint32_t