forked from SiliconLabs/UnifySDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SiliconLabsGH-46 Humidity Control Mode CC v1-2
ZPC implementation only Fix documentation Forwarded: SiliconLabs#46 Bug-SiliconLabs: UIC-3066 Bug-Github: SiliconLabs#46
- Loading branch information
1 parent
3b43b68
commit a3f6881
Showing
9 changed files
with
986 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
..._attribute_store/include/command_class_types/zwave_command_class_humidity_control_types.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/****************************************************************************** | ||
* # License | ||
* <b>Copyright 2023 Silicon Laboratories Inc. www.silabs.com</b> | ||
****************************************************************************** | ||
* The licensor of this software is Silicon Laboratories Inc. Your use of this | ||
* software is governed by the terms of Silicon Labs Master Software License | ||
* Agreement (MSLA) available at | ||
* www.silabs.com/about-us/legal/master-software-license-agreement. This | ||
* software is distributed to you in Source Code format and is governed by the | ||
* sections of the MSLA applicable to Source Code. | ||
* | ||
*****************************************************************************/ | ||
|
||
/** | ||
* @defgroup zpc_attribute_store_command_classes_types Type definitions for attribute storage of Command Classes | ||
* @ingroup zpc_attribute_store | ||
* @brief Type definitions for Command Classes, used for @ref attribute_store storage. | ||
* | ||
*/ | ||
|
||
/** | ||
* @defgroup zwave_command_class_humidity_control_mode_types Type definitions for attribute storage of the Sound Switch Command Class | ||
* @ingroup zpc_attribute_store_command_classes_types | ||
* @brief Type definitions for the Humidity Control Command Class (Mode, State and Setpoint). | ||
* | ||
* @{ | ||
*/ | ||
|
||
#ifndef ZWAVE_COMMAND_CLASS_HUMIDITY_CONTROL_MODE_TYPES_H | ||
#define ZWAVE_COMMAND_CLASS_HUMIDITY_CONTROL_MODE_TYPES_H | ||
|
||
#include <stdint.h> | ||
|
||
//>> Humidity Control Mode CC | ||
///> Humidity Control Mode. uint8_t | ||
typedef uint8_t humidity_control_mode_t; | ||
///> Humidity Control Suppoted Mode Bitmask. uint8_t | ||
typedef uint8_t humidity_control_supported_modes_t; | ||
|
||
#ifdef __cplusplus | ||
extern "C" { | ||
#endif | ||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif //ZWAVE_COMMAND_CLASS_HUMIDITY_CONTROL_MODE_TYPES_H | ||
/** @} end zwave_command_class_humidity_control_mode_types */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.