#include <list_entities.h>
|
enum class | IteratorState : uint8_t {
NONE = 0
, BEGIN
, BINARY_SENSOR
, COVER
,
FAN
, LIGHT
, SENSOR
, SWITCH
,
BUTTON
, TEXT_SENSOR
, SERVICE
, CAMERA
,
CLIMATE
, NUMBER
, DATETIME_DATE
, DATETIME_TIME
,
DATETIME_DATETIME
, TEXT
, SELECT
, LOCK
,
VALVE
, MEDIA_PLAYER
, ALARM_CONTROL_PANEL
, EVENT
,
UPDATE
, MAX
} |
|
Definition at line 20 of file list_entities.h.
◆ ListEntitiesIterator()
esphome::api::ListEntitiesIterator::ListEntitiesIterator |
( |
APIConnection * | client | ) |
|
◆ completed()
bool esphome::api::ListEntitiesIterator::completed |
( |
| ) |
|
|
inline |
◆ on_alarm_control_panel()
◆ on_binary_sensor()
◆ on_button()
bool esphome::api::ListEntitiesIterator::on_button |
( |
button::Button * | entity | ) |
|
|
overridevirtual |
◆ on_camera()
bool esphome::api::ListEntitiesIterator::on_camera |
( |
camera::Camera * | entity | ) |
|
|
overridevirtual |
◆ on_climate()
bool esphome::api::ListEntitiesIterator::on_climate |
( |
climate::Climate * | entity | ) |
|
|
overridevirtual |
◆ on_cover()
bool esphome::api::ListEntitiesIterator::on_cover |
( |
cover::Cover * | entity | ) |
|
|
overridevirtual |
◆ on_date()
◆ on_datetime()
◆ on_end()
◆ on_event()
bool esphome::api::ListEntitiesIterator::on_event |
( |
event::Event * | entity | ) |
|
|
overridevirtual |
◆ on_fan()
bool esphome::api::ListEntitiesIterator::on_fan |
( |
fan::Fan * | entity | ) |
|
|
overridevirtual |
◆ on_light()
◆ on_lock()
bool esphome::api::ListEntitiesIterator::on_lock |
( |
lock::Lock * | entity | ) |
|
|
overridevirtual |
◆ on_media_player()
◆ on_number()
bool esphome::api::ListEntitiesIterator::on_number |
( |
number::Number * | entity | ) |
|
|
overridevirtual |
◆ on_select()
bool esphome::api::ListEntitiesIterator::on_select |
( |
select::Select * | entity | ) |
|
|
overridevirtual |
◆ on_sensor()
bool esphome::api::ListEntitiesIterator::on_sensor |
( |
sensor::Sensor * | entity | ) |
|
|
overridevirtual |
◆ on_service()
◆ on_switch()
bool esphome::api::ListEntitiesIterator::on_switch |
( |
switch_::Switch * | entity | ) |
|
|
overridevirtual |
◆ on_text()
bool esphome::api::ListEntitiesIterator::on_text |
( |
text::Text * | entity | ) |
|
|
overridevirtual |
◆ on_text_sensor()
◆ on_time()
◆ on_update()
◆ on_valve()
bool esphome::api::ListEntitiesIterator::on_valve |
( |
valve::Valve * | entity | ) |
|
|
overridevirtual |
◆ client_
The documentation for this class was generated from the following files: