Z-Wave Protocol Controller Reference
zwave_command_class_thermostat_operating_state.c File Reference
#include <stdlib.h>
#include "zwave_command_class_thermostat_operating_state.h"
#include "zwave_command_class_thermostat_operating_state_types.h"
#include "zwave_command_classes_utils.h"
#include "ZW_classcmd.h"
#include "zwave_command_class_indices.h"
#include "zwave_command_handler.h"
#include "zwave_command_class_version_types.h"
#include "zpc_attribute_store_network_helper.h"
#include "attribute_store_defined_attribute_types.h"
#include "attribute_resolver.h"
#include "attribute_store.h"
#include "attribute_store_helper.h"
#include "sl_log.h"
Include dependency graph for zwave_command_class_thermostat_operating_state.c:

Macros

#define LOG_TAG   "zwave_command_class_thermostat_operating_state"
 
#define MAX_SUPPORTED_OPERATING_STATE   16
 

Functions

static void zwave_command_class_thermostat_operating_state_on_version_attribute_update (attribute_store_node_t updated_node, attribute_store_change_t change)
 
static sl_status_t zwave_command_class_thermostat_operating_state_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length)
 
sl_status_t zwave_command_class_thermostat_operating_state_handle_report (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length)
 
static sl_status_t zwave_command_class_thermostat_operating_state_logging_supported_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length)
 
sl_status_t zwave_command_class_thermostat_operating_state_logging_supported_report (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length)
 
static sl_status_t zwave_command_class_thermostat_operating_state_logging_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length)
 
attribute_store_node_t helper_add_log_node (attribute_store_node_t log_node, attribute_store_type_t node_type, uint8_t value)
 
sl_status_t zwave_command_class_thermostat_operating_state_logging_report (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length)
 
sl_status_t zwave_command_class_thermostat_operating_state_control_handler (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length)
 
sl_status_t zwave_command_class_thermostat_operating_state_init ()
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "zwave_command_class_thermostat_operating_state"

◆ MAX_SUPPORTED_OPERATING_STATE

#define MAX_SUPPORTED_OPERATING_STATE   16

Function Documentation

◆ helper_add_log_node()

attribute_store_node_t helper_add_log_node ( attribute_store_node_t  log_node,
attribute_store_type_t  node_type,
uint8_t  value 
)
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_control_handler()

sl_status_t zwave_command_class_thermostat_operating_state_control_handler ( const zwave_controller_connection_info_t connection_info,
const uint8_t *  frame_data,
uint16_t  frame_length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_get()

static sl_status_t zwave_command_class_thermostat_operating_state_get ( attribute_store_node_t  node,
uint8_t *  frame,
uint16_t *  frame_length 
)
static
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_handle_report()

sl_status_t zwave_command_class_thermostat_operating_state_handle_report ( const zwave_controller_connection_info_t connection_info,
const uint8_t *  frame_data,
uint16_t  frame_length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_logging_get()

static sl_status_t zwave_command_class_thermostat_operating_state_logging_get ( attribute_store_node_t  node,
uint8_t *  frame,
uint16_t *  frame_length 
)
static
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_logging_report()

sl_status_t zwave_command_class_thermostat_operating_state_logging_report ( const zwave_controller_connection_info_t connection_info,
const uint8_t *  frame_data,
uint16_t  frame_length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_logging_supported_get()

static sl_status_t zwave_command_class_thermostat_operating_state_logging_supported_get ( attribute_store_node_t  node,
uint8_t *  frame,
uint16_t *  frame_length 
)
static
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_logging_supported_report()

sl_status_t zwave_command_class_thermostat_operating_state_logging_supported_report ( const zwave_controller_connection_info_t connection_info,
const uint8_t *  frame_data,
uint16_t  frame_length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwave_command_class_thermostat_operating_state_on_version_attribute_update()

static void zwave_command_class_thermostat_operating_state_on_version_attribute_update ( attribute_store_node_t  updated_node,
attribute_store_change_t  change 
)
static
Here is the caller graph for this function: