Skip to content

Commit e9e3648

Browse files
authored
Add gateway type 121 (TaHoma Switch US) (#1447)
* Add gateway type 121 * Fix formatting
1 parent 5aa8f67 commit e9e3648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoverkiz/enums/gateway.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class GatewayType(IntEnum):
6060
TAHOMA_RAIL_DIN_S = 108
6161
NEXITY_RAIL_DIN_S = 109
6262
DAIKIN_ONECTA = 118
63+
TAHOMA_SWITCH_US = 121
6364
TAHOMA_SWITCH_SC = 128
6465

6566
@classmethod

0 commit comments

Comments
 (0)