nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ ZB_HA_DECLARE_WEATHER_STATION_EP

#define ZB_HA_DECLARE_WEATHER_STATION_EP (   ep_name,
  ep_id,
  cluster_list 
)
Value:
ep_name, \
ep_id, \
ZBOSS_DEVICE_DECLARE_REPORTING_CTX( \
reporting_info##ep_name, \
ZB_AF_DECLARE_ENDPOINT_DESC( \
ep_name, \
ep_id, \
ZB_AF_HA_PROFILE_ID, \
0, \
NULL, \
ZB_ZCL_ARRAY_SIZE(cluster_list, zb_zcl_cluster_desc_t), \
cluster_list, \
(zb_af_simple_desc_1_1_t *)&simple_desc_##ep_name, \
ZB_HA_WEATHER_STATION_REPORT_ATTR_COUNT, reporting_info##ep_name, 0, NULL)
#define ZB_ZCL_DECLARE_WEATHER_STATION_DESC( ep_name, ep_id, in_clust_num, out_clust_num)
Definition: weather_station.h:118
#define ZB_HA_WEATHER_STATION_OUT_CLUSTER_NUM
Definition: weather_station.h:58
#define ZB_HA_WEATHER_STATION_IN_CLUSTER_NUM
Definition: weather_station.h:56
#define ZB_HA_WEATHER_STATION_REPORT_ATTR_COUNT
Definition: weather_station.h:61