mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-11 22:17:08 +03:00
unfinished
This commit is contained in:
15
components/aux_ac/aux_logger.h
Normal file
15
components/aux_ac/aux_logger.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "esphome/core/log.h"
|
||||
|
||||
namespace esphome
|
||||
{
|
||||
namespace aux_ac
|
||||
{
|
||||
using packet_t = uint8_t; // TODO: Replace with actual packet_t definition
|
||||
|
||||
void debugMsg(const char *msg, uint8_t dbgLevel, unsigned int line = 0, ...);
|
||||
void debugPrintPacket(packet_t *packet, uint8_t dbgLevel = ESPHOME_LOG_LEVEL_DEBUG, unsigned int line = __LINE__);
|
||||
} // namespace aux_ac
|
||||
} // namespace esphome
|
||||
Reference in New Issue
Block a user