Zigbee Protocol Controller 1.6.0
|
#include "unify_dotdot_attribute_store_command_callbacks_thermostat.h"
#include "unify_dotdot_attribute_store_helpers.h"
#include "unify_dotdot_attribute_store_configuration.h"
#include "sl_log.h"
#include "sl_status.h"
#include <assert.h>
#include "dotdot_mqtt.h"
#include "attribute.hpp"
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... | |
#define LOG_TAG "unify_dotdot_attribute_store_thermostat_commands_callbacks" |
|
static |
|
static |
|
static |