mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
scheduler command max 300
This commit is contained in:
@@ -317,8 +317,8 @@ export const schedulerItemValidation = (
|
|||||||
{
|
{
|
||||||
type: 'string',
|
type: 'string',
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 64,
|
max: 300,
|
||||||
message: 'Command must be 1-64 characters'
|
message: 'Command must be 1-300 characters'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user