mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
haier_base lint
This commit is contained in:
parent
b43c5b851a
commit
63c1ddfe5b
@ -80,8 +80,8 @@ class HaierClimateBase : public esphome::Component,
|
|||||||
const char *phase_to_string_(ProtocolPhases phase);
|
const char *phase_to_string_(ProtocolPhases phase);
|
||||||
virtual void set_handlers() = 0;
|
virtual void set_handlers() = 0;
|
||||||
virtual void process_phase(std::chrono::steady_clock::time_point now) = 0;
|
virtual void process_phase(std::chrono::steady_clock::time_point now) = 0;
|
||||||
virtual haier_protocol::HaierMessage get_control_message() = 0;
|
virtual haier_protocol::HaierMessage get_control_message() = 0; // NOLINT(readability-identifier-naming)
|
||||||
virtual haier_protocol::HaierMessage get_power_message(bool state) = 0;
|
virtual haier_protocol::HaierMessage get_power_message(bool state) = 0; // NOLINT(readability-identifier-naming)
|
||||||
virtual void initialization(){};
|
virtual void initialization(){};
|
||||||
virtual bool prepare_pending_action();
|
virtual bool prepare_pending_action();
|
||||||
virtual void process_protocol_reset();
|
virtual void process_protocol_reset();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user