ESPHome 2026.1.4
Loading...
Searching...
No Matches
esphome::zigbee::ZigbeeEntity Class Reference

#include <zigbee_zephyr.h>

Inheritance diagram for esphome::zigbee::ZigbeeEntity:
esphome::zigbee::ZigbeeBinarySensor esphome::zigbee::ZigbeeSensor esphome::zigbee::ZigbeeSwitch

Public Member Functions

void set_parent (ZigbeeComponent *parent)
 
void set_endpoint (zb_uint8_t endpoint)
 

Protected Attributes

zb_uint8_t endpoint_ {0}
 
ZigbeeComponentparent_ {nullptr}
 

Detailed Description

Definition at line 90 of file zigbee_zephyr.h.

Member Function Documentation

◆ set_endpoint()

void esphome::zigbee::ZigbeeEntity::set_endpoint ( zb_uint8_t endpoint)
inline

Definition at line 93 of file zigbee_zephyr.h.

◆ set_parent()

void esphome::zigbee::ZigbeeEntity::set_parent ( ZigbeeComponent * parent)
inline

Definition at line 92 of file zigbee_zephyr.h.

Field Documentation

◆ endpoint_

zb_uint8_t esphome::zigbee::ZigbeeEntity::endpoint_ {0}
protected

Definition at line 96 of file zigbee_zephyr.h.

◆ parent_

ZigbeeComponent* esphome::zigbee::ZigbeeEntity::parent_ {nullptr}
protected

Definition at line 97 of file zigbee_zephyr.h.


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