change modbus timeout to seconds and default 300 sec, #2254

This commit is contained in:
MichaelDvP
2024-12-04 18:28:13 +01:00
parent a970009d20
commit 55235687ba
6 changed files with 68 additions and 53 deletions

View File

@@ -241,7 +241,7 @@ const ApplicationSettings = () => {
name="modbus_timeout"
label="Timeout"
slotProps={{
input: MilliSecondsInputProps
input: SecondsInputProps
}}
variant="outlined"
value={numberValue(data.modbus_timeout)}