Zigbee Protocol Controller 1.6.0
unify_dotdot_attribute_store_command_callbacks_thermostat.c File Reference

Macros

#define LOG_TAG   "unify_dotdot_attribute_store_thermostat_commands_callbacks"
 

Functions

static void increase_current_heating_setpoint (const char *unid, const uint8_t endpoint, int32_t amount)
 
static void increase_current_cooling_setpoint (const char *unid, const uint8_t endpoint, int32_t amount)
 
static sl_status_t thermostat_cluster_mapper_setpoint_raise_or_lower_callback (const char *unid, const uint8_t endpoint, uic_mqtt_dotdot_callback_call_type_t callback_type, SetpointRaiseOrLowerMode mode, int8_t amount)
 
void thermostat_cluster_mapper_init ()
 Intitialise the OnOff cluster mapper. More...
 
void thermostat_cluster_mapper_teardown ()
 Clears the OnOff cluster mapper from all its content. More...
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "unify_dotdot_attribute_store_thermostat_commands_callbacks"

Function Documentation

◆ increase_current_cooling_setpoint()

static void increase_current_cooling_setpoint ( const char *  unid,
const uint8_t  endpoint,
int32_t  amount 
)
static

◆ increase_current_heating_setpoint()

static void increase_current_heating_setpoint ( const char *  unid,
const uint8_t  endpoint,
int32_t  amount 
)
static

◆ thermostat_cluster_mapper_setpoint_raise_or_lower_callback()

static sl_status_t thermostat_cluster_mapper_setpoint_raise_or_lower_callback ( const char *  unid,
const uint8_t  endpoint,
uic_mqtt_dotdot_callback_call_type_t  callback_type,
SetpointRaiseOrLowerMode  mode,
int8_t  amount 
)
static