ESPHome  2024.4.1
alarm_control_panel_state.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cstdint>
4 #include "esphome/core/log.h"
5 
6 namespace esphome {
7 namespace alarm_control_panel {
8 
9 enum AlarmControlPanelState : uint8_t {
20 };
21 
27 
28 } // namespace alarm_control_panel
29 } // namespace esphome
const LogString * alarm_control_panel_state_to_string(AlarmControlPanelState state)
Returns a string representation of the state.
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7
bool state
Definition: fan.h:34