Zigbee Protocol Controller 1.6.0
|
Go to the source code of this file.
Enumerations | |
enum | unify_attribute_mapper_events_t { MAPPER_EVALUATE_PENDING_UPDATES_EVENT } |
Event definitions for the Unify Attribute Mapper Process. More... | |
Functions | |
PROCESS_NAME (unify_attribute_mapper_process) | |
Name the of The Contiki RTOS process for the Unify Attribute Mapper. More... | |
void | on_reported_attribute_update (attribute_store_node_t updated_node, attribute_store_change_t change) |
Functions used to indicate that a reported attribute has been updated. More... | |
void | on_desired_attribute_update (attribute_store_node_t updated_node, attribute_store_change_t change) |
Functions used to indicate that a desired attribute has been updated. More... | |
bool | attribute_mapper_is_attribute_reactions_paused (attribute_store_node_t node) |
Indicates if the attribute store update reactions are paused for a Given Attribute ID. More... | |