Zigbee Protocol Controller 1.6.0
|
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | attribute_store_configuration_set_type_validation (bool enabled) |
Configures if the Attribute Store will use the known type registration to validate any writing to node values and adding nodes under parents. More... | |
void | attribute_store_configuration_set_auto_save_safety_interval (unsigned int seconds) |
Configures if the Attribute Store will save changes to the datastore following a periodic interval as a backup if too many updates are performed. More... | |
void | attribute_store_configuration_set_auto_save_cooldown_interval (unsigned int seconds) |
Configures a delay after Attribute Store updates before saving changes to the datastore. More... | |