Skip to content

Commit a8aadb8

Browse files
authored
Add enum for TaHoma Switch SC (128) (#1253)
1 parent 080d1eb commit a8aadb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyoverkiz/enums/gateway.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class GatewayType(IntEnum):
5959
TAHOMA_RAIL_DIN_S = 108
6060
NEXITY_RAIL_DIN_S = 109
6161
DAIKIN_ONECTA = 118
62+
TAHOMA_SWITCH_SC = 128
6263

6364
@classmethod
6465
def _missing_(cls, value): # type: ignore

0 commit comments

Comments
 (0)