ESPHome 2026.1.4
Loading...
Searching...
No Matches
esphome::zigbee Namespace Reference

Data Structures

struct  AnalogAttrs
 
struct  BinaryAttrs
 
class  FactoryResetAction
 
class  ZigbeeBinarySensor
 
class  ZigbeeComponent
 
class  ZigbeeEntity
 
class  ZigbeeSensor
 
class  ZigbeeSwitch
 

Variables

const zb_uint8_t ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_MAX_VALUE = 0x0F
 
const zb_uint8_t ZB_ZCL_BINARY_OUTPUT_STATUS_FLAG_MAX_VALUE = 0x0F
 
ZigbeeComponentglobal_zigbee = nullptr
 
const uint8_t IEEE_ADDR_BUF_SIZE = 17
 

Variable Documentation

◆ global_zigbee

ZigbeeComponent* esphome::zigbee::global_zigbee = nullptr

Definition at line 19 of file zigbee_zephyr.cpp.

◆ IEEE_ADDR_BUF_SIZE

const uint8_t esphome::zigbee::IEEE_ADDR_BUF_SIZE = 17

Definition at line 21 of file zigbee_zephyr.cpp.

◆ ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_MAX_VALUE

const zb_uint8_t esphome::zigbee::ZB_ZCL_ANALOG_INPUT_STATUS_FLAG_MAX_VALUE = 0x0F

Definition at line 35 of file zigbee_sensor_zephyr.cpp.

◆ ZB_ZCL_BINARY_OUTPUT_STATUS_FLAG_MAX_VALUE

const zb_uint8_t esphome::zigbee::ZB_ZCL_BINARY_OUTPUT_STATUS_FLAG_MAX_VALUE = 0x0F

Definition at line 71 of file zigbee_switch_zephyr.cpp.