Z-Wave Protocol Controller Reference
humidity_control_cluster_server.c File Reference
#include "humidity_control_cluster_server.h"
#include "sl_log.h"
#include "sl_status.h"
#include "attribute_store_helper.h"
#include "zpc_attribute_store_network_helper.h"
#include "zwave_command_class_humidity_control_types.h"
#include "attribute_store_defined_attribute_types.h"
#include "unify_dotdot_defined_attribute_types.h"
#include "unify_dotdot_attribute_store.h"
#include "unify_dotdot_attribute_store_node_state.h"
#include "dotdot_mqtt.h"
Include dependency graph for humidity_control_cluster_server.c:

Macros

#define LOG_TAG   "unify_humidity_control_cluster_server"
 

Functions

sl_status_t unify_humidity_control_mode_set (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, uic_mqtt_dotdot_callback_call_type_t call_type, ModeType mode)
 
sl_status_t unify_humidity_control_setpoint_set (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, uic_mqtt_dotdot_callback_call_type_t call_type, SetpointType type, uint8_t precision, uint8_t scale, int32_t value)
 
sl_status_t humidity_control_cluster_server_init ()
 Initialize the Humidity Control cluster server. More...
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "unify_humidity_control_cluster_server"

Function Documentation

◆ humidity_control_cluster_server_init()

sl_status_t humidity_control_cluster_server_init ( void  )

Initialize the Humidity Control cluster server.

Returns
true on success
false on failure
Here is the call graph for this function:

◆ unify_humidity_control_mode_set()

sl_status_t unify_humidity_control_mode_set ( dotdot_unid_t  unid,
dotdot_endpoint_id_t  endpoint,
uic_mqtt_dotdot_callback_call_type_t  call_type,
ModeType  mode 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ unify_humidity_control_setpoint_set()

sl_status_t unify_humidity_control_setpoint_set ( dotdot_unid_t  unid,
dotdot_endpoint_id_t  endpoint,
uic_mqtt_dotdot_callback_call_type_t  call_type,
SetpointType  type,
uint8_t  precision,
uint8_t  scale,
int32_t  value 
)
Here is the call graph for this function:
Here is the caller graph for this function: