#include <device.h>
Definition at line 5 of file device.h.
◆ get_area_id()
uint32_t esphome::Device::get_area_id |
( |
| ) |
|
|
inline |
◆ get_device_id()
uint32_t esphome::Device::get_device_id |
( |
| ) |
|
|
inline |
◆ get_name()
const char * esphome::Device::get_name |
( |
| ) |
|
|
inline |
◆ set_area_id()
void esphome::Device::set_area_id |
( |
uint32_t | area_id | ) |
|
|
inline |
◆ set_device_id()
void esphome::Device::set_device_id |
( |
uint32_t | device_id | ) |
|
|
inline |
◆ set_name()
void esphome::Device::set_name |
( |
const char * | name | ) |
|
|
inline |
◆ area_id_
uint32_t esphome::Device::area_id_ {} |
|
protected |
◆ device_id_
uint32_t esphome::Device::device_id_ {} |
|
protected |
◆ name_
const char* esphome::Device::name_ = "" |
|
protected |
The documentation for this class was generated from the following file: