Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
CC_MultilevelSensor_Support.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6/***************************************************************************/
9#ifndef CC_MULTILEVELSENSOR_SUPPORT_H
10#define CC_MULTILEVELSENSOR_SUPPORT_H
11// -----------------------------------------------------------------------------
12// Includes
13// -----------------------------------------------------------------------------
15
22
23// -----------------------------------------------------------------------------
24// Macros and Typedefs
25// -----------------------------------------------------------------------------
26#define MULTILEVEL_SENSOR_DEFAULT_AUTOREPORT_PEDIOD_SEC (MULTILEVEL_SENSOR_DEFAULT_AUTOREPORT_PEDIOD_MIN * 60)
27#define MULTILEVEL_SENSOR_DEFAULT_AUTOREPORT_PEDIOD_MS (MULTILEVEL_SENSOR_DEFAULT_AUTOREPORT_PEDIOD_SEC * 1000)
28// -----------------------------------------------------------------------------
29// Global Variables
30// -----------------------------------------------------------------------------
31
32// -----------------------------------------------------------------------------
33// Public Function Declarations
34// -----------------------------------------------------------------------------
35
41
46
47#endif // CC_MULTILEVELSENSOR_SUPPORT_H
void cc_multilevel_sensor_send_sensor_data(void)