Remove illegal int8 from modbus config (#103489)
This commit is contained in:
parent
cc5eda76d3
commit
81cb7470fc
3 changed files with 0 additions and 6 deletions
|
@ -85,11 +85,9 @@ class DataType(str, Enum):
|
|||
|
||||
CUSTOM = "custom"
|
||||
STRING = "string"
|
||||
INT8 = "int8"
|
||||
INT16 = "int16"
|
||||
INT32 = "int32"
|
||||
INT64 = "int64"
|
||||
UINT8 = "uint8"
|
||||
UINT16 = "uint16"
|
||||
UINT32 = "uint32"
|
||||
UINT64 = "uint64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue