nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
zigbee_zcl_scenes.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef ZIGBEE_ZCL_SCENES_H__
8#define ZIGBEE_ZCL_SCENES_H__
9
10#include <zboss_api.h>
11
27void zcl_scenes_init(void);
28
37zb_bool_t zcl_scenes_cb(zb_bufid_t bufid);
38
39#endif /* ZIGBEE_ZCL_SCENES_H__ */
40
void zcl_scenes_init(void)
Initialize the Zigbee ZCL scenes helper library.
zb_bool_t zcl_scenes_cb(zb_bufid_t bufid)
Function for passing ZCL callback events to the scenes helper library logic.