more auto-detection stuff done

This commit is contained in:
nikzori
2024-12-16 14:43:50 +03:00
parent b54d04dc34
commit a10e248cc8
4 changed files with 11 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ Config fields and possible values:
"length": 1,
// data type for parsing
// supported data types: bool, uint16, uint32, utf8
// supported data types: bool, uint16, uint32, string
// default value: uint16
"dataType": "uint16",
@@ -63,7 +63,7 @@ Config fields and possible values:
"dataType": "string",
// value after parsing
"expectedValue": "SWT485"
"expectedValue": "STW485"
}
}
```