Add modbus min/max values (#86131)

* modbus min/max values
Co-authored-by: jan iversen <jancasacondor@gmail.com>
This commit is contained in:
GrahamJB1 2023-02-02 21:29:03 +00:00 committed by GitHub
parent 9f9873b39a
commit 8bff95014c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 78 additions and 4 deletions

View file

@ -26,7 +26,9 @@ CONF_INPUTS = "inputs"
CONF_INPUT_TYPE = "input_type"
CONF_LAZY_ERROR = "lazy_error_count"
CONF_MAX_TEMP = "max_temp"
CONF_MAX_VALUE = "max_value"
CONF_MIN_TEMP = "min_temp"
CONF_MIN_VALUE = "min_value"
CONF_MSG_WAIT = "message_wait_milliseconds"
CONF_PARITY = "parity"
CONF_REGISTER = "register"
@ -67,6 +69,7 @@ CONF_VERIFY = "verify"
CONF_VERIFY_REGISTER = "verify_register"
CONF_VERIFY_STATE = "verify_state"
CONF_WRITE_TYPE = "write_type"
CONF_ZERO_SUPPRESS = "zero_suppress"
RTUOVERTCP = "rtuovertcp"
SERIAL = "serial"