API
 
Loading...
Searching...
No Matches
audibleAlerts.core.AudibleAlertsConfig Class Reference
Inheritance diagram for audibleAlerts.core.AudibleAlertsConfig:
Inheritance graph
Collaboration diagram for audibleAlerts.core.AudibleAlertsConfig:
Collaboration graph

Static Public Attributes

Union random_utterance_interval_sec = xconf.field(default=15 * 60, help="Seconds since last (real or random) utterance before a random utterance should play")
 
xconf cache = xconf.field(default=xconf.DirectoryConfig(path="/tmp/audibleAlerts_cache"))
 

Detailed Description

Definition at line 28 of file core.py.

Member Data Documentation

◆ cache

xconf audibleAlerts.core.AudibleAlertsConfig.cache = xconf.field(default=xconf.DirectoryConfig(path="/tmp/audibleAlerts_cache"))
static

Definition at line 30 of file core.py.

◆ random_utterance_interval_sec

Union audibleAlerts.core.AudibleAlertsConfig.random_utterance_interval_sec = xconf.field(default=15 * 60, help="Seconds since last (real or random) utterance before a random utterance should play")
static

Definition at line 29 of file core.py.


The documentation for this class was generated from the following file: