Skip to content

Commit

Permalink
fix: align data types with xml schema
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Apr 9, 2024
1 parent 5d05955 commit 6863e51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/binding-modbus/src/modbus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ export type ModbusDataType =
| "xsd:short"
| "xsd:int"
| "xsd:long"
| "xsd:unsignedbyte"
| "xsd:unsignedshort"
| "xsd:unsignedint"
| "xsd:unsignedlong"
| "xsd:unsignedByte"
| "xsd:unsignedShort"
| "xsd:unsignedInt"
| "xsd:unsignedLong"
| "xsd:double"
| "xsd:hexBinary";

0 comments on commit 6863e51

Please sign in to comment.