Add float & double types to the Settings

This commit is contained in:
slawkens
2025-05-04 09:14:30 +02:00
parent 113473f256
commit 67ab425bb9
2 changed files with 14 additions and 7 deletions

View File

@@ -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,