Skip to content

Commit 0fdaa29

Browse files
CopilotiMicknl
andcommitted
Add missing OverkizState and OverkizAttribute to enum exports
Co-authored-by: iMicknl <1424596+iMicknl@users.noreply.github.com>
1 parent 67aced2 commit 0fdaa29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyoverkiz/enums/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from pyoverkiz.enums.measured_value_type import MeasuredValueType
1313
from pyoverkiz.enums.protocol import Protocol
1414
from pyoverkiz.enums.server import APIType, Server
15+
from pyoverkiz.enums.state import OverkizAttribute, OverkizState
1516
from pyoverkiz.enums.ui import UIClass, UIWidget
1617
from pyoverkiz.enums.ui_profile import UIProfile
1718

@@ -27,8 +28,10 @@
2728
"GatewaySubType",
2829
"GatewayType",
2930
"MeasuredValueType",
31+
"OverkizAttribute",
3032
"OverkizCommand",
3133
"OverkizCommandParam",
34+
"OverkizState",
3235
"ProductType",
3336
"Protocol",
3437
"Server",

0 commit comments

Comments
 (0)