Skip to content

Commit 53dfdaa

Browse files
Merge pull request #10 from volkmarnissen/swapbytes
Swap Words and Swap Bytes for numbers
2 parents 38f7f72 + 5e6ffdf commit 53dfdaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ export interface Inumber extends Islave_class {
5959
state_class?: EnumStateClasses
6060
uom?: string
6161
step?: number
62+
swapWords?: boolean
63+
swapBytes?: boolean
6264
identification?: IminMax
6365
}
6466
export interface Itext {
6567
stringlength: number
68+
swapBytes?: boolean
6669
identification?: string
6770
}
6871
export interface Ivalue {

0 commit comments

Comments
 (0)