Skip to content

Commit 1a15ab6

Browse files
authored
Add additional gateway enums (#1477)
1 parent e21d0fa commit 1a15ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyoverkiz/enums/gateway.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ class GatewayType(IntEnum):
6363
DAIKIN_ONECTA = 118
6464
TAHOMA_SWITCH_US = 121
6565
TAHOMA_SWITCH_OC = 122
66+
TAHOMA_SWITCH_AU = 123
67+
TAHOMA_SWITCH_CH = 126
6668
TAHOMA_SWITCH_SC = 128
6769

6870
@classmethod

0 commit comments

Comments
 (0)