mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-29 14:46:49 +01:00
Add float & double types to the Settings
This commit is contained in:
@@ -1473,7 +1473,7 @@ Sent by MyAAC,<br/>
|
||||
],
|
||||
'status_timeout' => [
|
||||
'name' => 'Status Timeout',
|
||||
'type' => 'number',
|
||||
'type' => 'double',
|
||||
'min' => 0,
|
||||
'max' => 10, // more than 10 seconds waiting makes no sense
|
||||
'step' => 0.1,
|
||||
|
||||
Reference in New Issue
Block a user