25#ifndef ATTRIBUTE_STORE_CONFIGURATION_H
26#define ATTRIBUTE_STORE_CONFIGURATION_H
53 unsigned int seconds);
68 unsigned int seconds);
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.
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 nod...
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...