New setting: Start volume
This commit is contained in:
parent
b7b6d3f0a7
commit
34917043ce
4 changed files with 27 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ type Settings struct {
|
|||
PreAlarmAction string `json:"pre_alarm_action"`
|
||||
MaxRunTime time.Duration `json:"max_run_time"`
|
||||
MaxVolume uint16 `json:"max_volume"`
|
||||
StartVolume uint16 `json:"start_volume"`
|
||||
Federation map[string]FederationServer `json:"federation"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue