|
ESPHome 2026.5.0-dev
|
#include <area.h>
Public Member Functions | |
| void | set_area_id (uint32_t area_id) |
| uint32_t | get_area_id () |
| void | set_name (const char *name) |
| const char * | get_name () |
Protected Attributes | |
| uint32_t | area_id_ {} |
| const char * | name_ = "" |