Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
cc_central_scene_io.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
12#ifndef CC_CENTRAL_SCENE_IO_H
13#define CC_CENTRAL_SCENE_IO_H
14
15#include <CC_CentralScene.h>
16#include <ZAF_types.h>
17
24
26
28
30
35
36#endif /* CC_CENTRAL_SCENE_IO_H */
bool cc_central_scene_read(central_scene_configuration_t *pConfig)
bool cc_central_scene_write(const central_scene_configuration_t *pConfig)
void cc_central_scene_migrate(void)
Definition CC_CentralScene.h:30