Z-Wave Protocol Controller Reference
zwave_command_class_humidity_control_mode.h
Go to the documentation of this file.
1
2/******************************************************************************
3 * # License
4 * <b>Copyright 2024 Silicon Laboratories Inc. www.silabs.com</b>
5 ******************************************************************************
6 * The licensor of this software is Silicon Laboratories Inc. Your use of this
7 * software is governed by the terms of Silicon Labs Master Software License
8 * Agreement (MSLA) available at
9 * www.silabs.com/about-us/legal/master-software-license-agreement. This
10 * software is distributed to you in Source Code format and is governed by the
11 * sections of the MSLA applicable to Source Code.
12 *
13 *****************************************************************************/
14
25#ifndef ZWAVE_COMMAND_CLASS_HUMIDITY_CONTROL_MODE_H
26#define ZWAVE_COMMAND_CLASS_HUMIDITY_CONTROL_MODE_H
27
28#include "sl_status.h"
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif //ZWAVE_COMMAND_CLASS_HUMIDITY_CONTROL_MODE_H
uint32_t sl_status_t
Definition: sl_status.h:139
sl_status_t zwave_command_class_humidity_control_mode_init()
Definition: zwave_command_class_humidity_control_mode.c:349
SL Status Codes.