Remove illegal int8 from modbus config (#103489)

This commit is contained in:
jan iversen 2023-11-08 11:06:14 +01:00 committed by GitHub
parent cc5eda76d3
commit 81cb7470fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View file

@ -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"