23 lines
403 B
YAML
Executable File
23 lines
403 B
YAML
Executable File
both_date_and_time:
|
|
name: Input with both date and time
|
|
has_date: true
|
|
has_time: true
|
|
only_date:
|
|
name: Input with only date
|
|
has_date: true
|
|
has_time: false
|
|
outisde_light_delay:
|
|
name: Outside Light Delay
|
|
has_date: false
|
|
has_time: true
|
|
announcement_delay:
|
|
name: Announcement Delay
|
|
has_date: false
|
|
has_time: true
|
|
coffee_time:
|
|
name: Coffee Time
|
|
has_date: false
|
|
has_time: true
|
|
|
|
|