Zigbee Protocol Controller 1.6.0

Internal functions for the attribute store configuration. More...

Functions

bool attribute_store_is_type_validation_enabled ()
 Checks if the Type validation setting is enabled. More...
 
unsigned int attribute_store_get_auto_save_safety_interval ()
 Returns the auto-save safety interval configuration. More...
 
unsigned int attribute_store_get_auto_save_cooldown_interval ()
 Returns the auto-save safety cooldown configuration. More...
 

Detailed Description

Internal functions for the attribute store configuration.

Function Documentation

◆ attribute_store_get_auto_save_cooldown_interval()

unsigned int attribute_store_get_auto_save_cooldown_interval ( )

Returns the auto-save safety cooldown configuration.

Returns
The back-off in seconds to apply before saving to SQLite after the last update in the Attribute Store

◆ attribute_store_get_auto_save_safety_interval()

unsigned int attribute_store_get_auto_save_safety_interval ( )

Returns the auto-save safety interval configuration.

Returns
The interval in seconds at which auto-save should run even if the attribute store is being modified constantly.

◆ attribute_store_is_type_validation_enabled()

bool attribute_store_is_type_validation_enabled ( )

Checks if the Type validation setting is enabled.

Returns
true if enabled, false if not.