New setting: Max volume
This commit is contained in:
parent
41f8092419
commit
11163f059b
4 changed files with 24 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ type Settings struct {
|
|||
WeatherDelay time.Duration `json:"weather_delay"`
|
||||
WeatherAction string `json:"weather_action"`
|
||||
MaxRunTime time.Duration `json:"max_run_time"`
|
||||
MaxVolume uint16 `json:"max_volume"`
|
||||
}
|
||||
|
||||
// ExistsSettings checks if the settings file can by found at the given path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue