We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d05955 commit 6863e51Copy full SHA for 6863e51
1 file changed
packages/binding-modbus/src/modbus.ts
@@ -115,9 +115,9 @@ export type ModbusDataType =
115
| "xsd:short"
116
| "xsd:int"
117
| "xsd:long"
118
- | "xsd:unsignedbyte"
119
- | "xsd:unsignedshort"
120
- | "xsd:unsignedint"
121
- | "xsd:unsignedlong"
+ | "xsd:unsignedByte"
+ | "xsd:unsignedShort"
+ | "xsd:unsignedInt"
+ | "xsd:unsignedLong"
122
| "xsd:double"
123
| "xsd:hexBinary";
0 commit comments