|
| static zwave_cc_version_t | get_thermostat_fan_version (attribute_store_node_t endpoint_node) |
| | Get current thermostat fan version of the CC. More...
|
| |
| static bool | is_fan_mode_compatible_with_version (thermostat_fan_mode_t supported_fan_mode_type, zwave_cc_version_t current_version) |
| |
| static bool | is_fan_control_mode_supported (thermostat_fan_mode_t fan_control_mode_type, attribute_store_node_t endpoint_id_node) |
| |
| static void | zwave_command_class_thermostat_fan_mode_on_version_attribute_update (attribute_store_node_t updated_node, attribute_store_change_t change) |
| |
| static sl_status_t | zwave_command_class_thermostat_fan_mode_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length) |
| |
| static sl_status_t | zwave_command_class_thermostat_fan_mode_set (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length) |
| |
| sl_status_t | zwave_command_class_thermostat_fan_mode_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_fan_mode_supported_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length) |
| |
| sl_status_t | zwave_command_class_thermostat_fan_mode_supported_handle_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_fan_mode_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_fan_mode_init () |
| |