Skip to content

Commit

Permalink
add: Number in uatypes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeine authored and oroulet committed Feb 6, 2025
1 parent b1fe0b2 commit 447bdf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asyncua/ua/uatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ class UaUnion:
pass


class Number(float):
pass


class SByte(int):
pass

Expand Down

0 comments on commit 447bdf7

Please sign in to comment.