mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
max shower min duration 6 minutes
This commit is contained in:
@@ -238,9 +238,9 @@ export const createSettingsValidator = (settings: Settings) =>
|
|||||||
shower_min_duration: [
|
shower_min_duration: [
|
||||||
{
|
{
|
||||||
type: 'number',
|
type: 'number',
|
||||||
min: 1,
|
min: 10,
|
||||||
max: 3000,
|
max: 360,
|
||||||
message: 'Time must be between 1 and 3000 seconds'
|
message: 'Time must be between 10 and 360 seconds'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user