Z-Wave Protocol Controller Reference
zwave_command_class_thermostat_mode.h
Go to the documentation of this file.
1
2/******************************************************************************
3 * # License
4 * <b>Copyright 2021 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
15#ifndef ZWAVE_COMMAND_CLASS_THERMOSTAT_MODE_H
16#define ZWAVE_COMMAND_CLASS_THERMOSTAT_MODE_H
17
18#include "sl_status.h"
19
20#define THERMOSTAT_MODE_REPORT_MODE_INDEX 2
21#define THERMOSTAT_MODE_SUPPORTED_REPORT_BITMASK_INDEX 2
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
44
47#ifdef __cplusplus
48}
49#endif
50
51#endif //ZWAVE_COMMAND_CLASS_THERMOSTAT_MODE_H
sl_status_t zwave_command_class_thermostat_mode_init()
Initialize the Thermostat Mode Command Class control.
Definition: zwave_command_class_thermostat_mode.c:277
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.