Skip to main content

AlarmConfig

Type Alias AlarmConfig 

Source
pub type AlarmConfig = HashMap<String, (u32, u32)>;
Expand description

Configuration for alarm times. Key: shift type name (“morning”, etc.), Value: (hour, minute).

Aliased Type§

pub struct AlarmConfig { /* private fields */ }