Skip to content

Commit 447bdf7

Browse files
AndreasHeineoroulet
authored andcommitted
add: Number in uatypes.py
1 parent b1fe0b2 commit 447bdf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asyncua/ua/uatypes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ class UaUnion:
127127
pass
128128

129129

130+
class Number(float):
131+
pass
132+
133+
130134
class SByte(int):
131135
pass
132136

0 commit comments

Comments
 (0)