ESPHome 2025.7.1
Loading...
Searching...
No Matches
esphome::Area Class Reference

#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_ = ""
 

Detailed Description

Definition at line 7 of file area.h.

Member Function Documentation

◆ get_area_id()

uint32_t esphome::Area::get_area_id ( )
inline

Definition at line 10 of file area.h.

◆ get_name()

const char * esphome::Area::get_name ( )
inline

Definition at line 12 of file area.h.

◆ set_area_id()

void esphome::Area::set_area_id ( uint32_t area_id)
inline

Definition at line 9 of file area.h.

◆ set_name()

void esphome::Area::set_name ( const char * name)
inline

Definition at line 11 of file area.h.

Field Documentation

◆ area_id_

uint32_t esphome::Area::area_id_ {}
protected

Definition at line 15 of file area.h.

◆ name_

const char* esphome::Area::name_ = ""
protected

Definition at line 16 of file area.h.


The documentation for this class was generated from the following file: