ESPHome 2026.1.4
Loading...
Searching...
No Matches
zigbee_switch_zephyr.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::zigbee::ZigbeeSwitch
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::zigbee
 

Enumerations

enum  zb_zcl_binary_output_attr_e { ZB_ZCL_ATTR_BINARY_OUTPUT_DESCRIPTION_ID = 0x001C , ZB_ZCL_ATTR_BINARY_OUTPUT_OUT_OF_SERVICE_ID = 0x0051 , ZB_ZCL_ATTR_BINARY_OUTPUT_PRESENT_VALUE_ID = 0x0055 , ZB_ZCL_ATTR_BINARY_OUTPUT_STATUS_FLAG_ID = 0x006F }
 

Functions

void zb_zcl_binary_output_init_server ()
 
void zb_zcl_binary_output_init_client ()
 

Enumeration Type Documentation

◆ zb_zcl_binary_output_attr_e

Enumerator
ZB_ZCL_ATTR_BINARY_OUTPUT_DESCRIPTION_ID 
ZB_ZCL_ATTR_BINARY_OUTPUT_OUT_OF_SERVICE_ID 
ZB_ZCL_ATTR_BINARY_OUTPUT_PRESENT_VALUE_ID 
ZB_ZCL_ATTR_BINARY_OUTPUT_STATUS_FLAG_ID 

Definition at line 15 of file zigbee_switch_zephyr.h.

Function Documentation

◆ zb_zcl_binary_output_init_client()

void zb_zcl_binary_output_init_client ( )

Definition at line 105 of file zigbee_switch_zephyr.cpp.

◆ zb_zcl_binary_output_init_server()

void zb_zcl_binary_output_init_server ( )

Definition at line 99 of file zigbee_switch_zephyr.cpp.