mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2026-01-03 15:18:59 +03:00
debug messages
This commit is contained in:
@@ -2289,6 +2289,7 @@ class AirCon : public esphome::Component, public esphome::climate::Climate {
|
||||
_debugMsg(F("current status:"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__);
|
||||
_debugMsg(F(" _hw_initialized = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_hw_initialized);
|
||||
_debugMsg(F(" _has_connection = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_has_connection);
|
||||
_debugMsg(F(" _ac_state = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_ac_state);
|
||||
}
|
||||
|
||||
if (!get_hw_initialized()) return;
|
||||
|
||||
Reference in New Issue
Block a user