Z-Wave Protocol Controller Reference
zwave_command_class_thermostat_fan_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_THERMOSTAT_FAN_MODE_H
26#define ZWAVE_COMMAND_CLASS_THERMOSTAT_FAN_MODE_H
27
28// Definition missing for now
29#define THERMOSTAT_FAN_MODE_REPORT_FAN_MODE_EXTERNAL_CIRCULATION_V5 0x0B
30
31
32#include "sl_status.h"
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif //ZWAVE_COMMAND_CLASS_THERMOSTAT_FAN_MODE_H
uint32_t sl_status_t
Definition: sl_status.h:139
sl_status_t zwave_command_class_thermostat_fan_mode_init()
Definition: zwave_command_class_thermostat_fan_mode.c:415
SL Status Codes.