Zigbee Protocol Controller 1.6.0
|
#include "unify_dotdot_attribute_store_command_callbacks.h"
#include "unify_dotdot_attribute_store_command_callbacks_poll_control.h"
#include "unify_dotdot_attribute_store_helpers.h"
#include "unify_dotdot_attribute_store_configuration.h"
#include "unify_dotdot_defined_attribute_types.h"
#include "dotdot_mqtt.h"
#include "sl_log.h"
Macros | |
#define | LOG_TAG "unify_dotdot_attribute_store_poll_control_commands_callbacks" |
Functions | |
static uint32_t | get_long_poll_interval_min (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint) |
Finds the PollControl::LongPollIntervalMin value for a UNID/ep. More... | |
static sl_status_t | set_long_poll_interval_command (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, uic_mqtt_dotdot_callback_call_type_t call_type, uint32_t new_long_poll_interval) |
void | poll_control_cluster_mapper_init () |
Intitialise the PollControl command mapping. More... | |
Variables | |
const uint32_t | DEFAULT_LONG_POLL_INTERVAL_MIN = 0x00 |
#define LOG_TAG "unify_dotdot_attribute_store_poll_control_commands_callbacks" |
|
static |
Finds the PollControl::LongPollIntervalMin value for a UNID/ep.
unid | UNID of the node we want to get the information for |
endpoint | Endpoint of the node we want to get the information for |
|
static |
const uint32_t DEFAULT_LONG_POLL_INTERVAL_MIN = 0x00 |