fix: mqtt subscriptions, web devcelist, roomcontrol replys after switchoff

This commit is contained in:
MichaelDvP
2020-07-07 16:46:27 +02:00
parent 6b3b97efe6
commit 40ac7bbf5b
5 changed files with 15 additions and 15 deletions

View File

@@ -155,7 +155,7 @@ function EMSESPSettingsControllerForm(props: EMSESPSettingsControllerFormProps)
/>
<TextValidator
validators={['required', 'isNumber', 'minNumber:0', 'maxNumber:65535']}
errorMessages={['Keep alive is required', "Must be a number", "Must be 0 or higher (0=off)", "Max value is 65535"]}
errorMessages={['Syslog Mark is required', "Must be a number", "Must be 0 or higher (0=off)", "Max value is 65535"]}
name="syslog_mark_interval"
label="Syslog Mark Interval (seconds, 0=off)"
fullWidth