ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
esphome::zigbee Namespace Reference

Data Structures

struct  AnalogAttrs
 
struct  AnalogAttrsOutput
 
struct  BinaryAttrs
 
class  FactoryResetAction
 
class  ZigbeeBinarySensor
 
class  ZigbeeComponent
 
class  ZigbeeEntity
 
class  ZigbeeNumber
 
class  ZigbeeSensor
 
class  ZigbeeSwitch
 
class  ZigbeeTime
 

Variables

constexpr time_t EPOCH_2000 = 946684800
 
ZigbeeTimeglobal_time = nullptr
 
const zb_uint8_t ZB_ZCL_ANALOG_OUTPUT_STATUS_FLAG_MAX_VALUE = 0x0F
 
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

◆ EPOCH_2000

time_t esphome::zigbee::EPOCH_2000 = 946684800
constexpr

Definition at line 11 of file zigbee_time_zephyr.cpp.

◆ global_time

ZigbeeTime* esphome::zigbee::global_time = nullptr

Definition at line 13 of file zigbee_time_zephyr.cpp.

◆ global_zigbee

ZigbeeComponent* esphome::zigbee::global_zigbee = nullptr

Definition at line 20 of file zigbee_zephyr.cpp.

◆ IEEE_ADDR_BUF_SIZE

const uint8_t esphome::zigbee::IEEE_ADDR_BUF_SIZE = 17

Definition at line 22 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_ANALOG_OUTPUT_STATUS_FLAG_MAX_VALUE

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

Definition at line 70 of file zigbee_number_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 70 of file zigbee_switch_zephyr.cpp.