add autotime toggle, announce date on change, make configurable what is spoken date or time or both
This commit is contained in:
@ -123,4 +123,6 @@ list=
|
||||
|
||||
[time]
|
||||
enabled=False
|
||||
presentTime=True
|
||||
presentDate=True
|
||||
delaySec=3600
|
||||
|
@ -125,8 +125,10 @@ list=
|
||||
|
||||
[time]
|
||||
# automatic time anouncement
|
||||
enabled=True
|
||||
enabled=False
|
||||
# present time
|
||||
presentTime=True
|
||||
# present date (on change)
|
||||
presentDate=True
|
||||
# present time after x seconds
|
||||
delaySec=3600
|
||||
|
||||
|
||||
|
@ -124,5 +124,11 @@ inactiveTimeoutSec=120
|
||||
list=
|
||||
|
||||
[time]
|
||||
# automatic time anouncement
|
||||
enabled=False
|
||||
# present time
|
||||
presentTime=True
|
||||
# present date (on change)
|
||||
presentDate=True
|
||||
# present time after x seconds
|
||||
delaySec=3600
|
||||
|
@ -74,5 +74,11 @@ inactiveTimeoutSec=120
|
||||
list=
|
||||
|
||||
[time]
|
||||
# automatic time anouncement
|
||||
enabled=False
|
||||
# present time
|
||||
presentTime=True
|
||||
# present date (on change)
|
||||
presentDate=True
|
||||
# present time after x seconds
|
||||
delaySec=3600
|
||||
|
Reference in New Issue
Block a user