Skip to content

Commit

Permalink
Add enums for Daikin (Altherma 3) (#1158)
Browse files Browse the repository at this point in the history
* Add missing Daikin gateway enum

* Add missing UI parameters

* Add OGCP protocol

* Remove extra space

* Remove extra space

* Rename Daikin Onecta
  • Loading branch information
iMicknl committed Mar 1, 2024
1 parent da6480b commit a84ba32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyoverkiz/enums/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class GatewayType(IntEnum):
COZYTOUCH_V2 = 105
TAHOMA_RAIL_DIN_S = 108
NEXITY_RAIL_DIN_S = 109
DAIKIN_ONECTA = 118

@classmethod
def _missing_(cls, value): # type: ignore
Expand Down
1 change: 1 addition & 0 deletions pyoverkiz/enums/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Protocol(StrEnum):
WISER = "wiser"
PROFALUX_868 = "profalux868"
OGP = "ogp"
OGCP = "ogcp"
HOMEKIT = "homekit"
AUGUST = "august"
HLRR_WIFI = "hlrrwifi"
Expand Down
4 changes: 3 additions & 1 deletion pyoverkiz/enums/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class UIWidget(StrEnum):
DIMMER_RGBCOLOURED_LIGHT = "DimmerRGBColouredLight"
DIMPLEX_VENTILATION_INLET_OUTLET = "DimplexVentilationInletOutlet"
DISCRETE_EXTERIOR_HEATING = "DiscreteExteriorHeating"
DISCRETE_GATE_WITH_PEDESTRIAN_POSITION = "DiscreteGateWithPedestrianPosition "
DISCRETE_GATE_WITH_PEDESTRIAN_POSITION = "DiscreteGateWithPedestrianPosition"
DISCRETE_POSITIONABLE_GARAGE_DOOR = "DiscretePositionableGarageDoor"
DISCRETE_POSITIONABLE_GATE = "DiscretePositionableGate"
DOCK = "Dock"
Expand All @@ -174,12 +174,14 @@ class UIWidget(StrEnum):
DYNAMIC_BRIDGE = "DynamicBridge"
DYNAMIC_CIRCUIT_BREAKER = "DynamicCircuitBreaker"
DYNAMIC_CURTAIN = "DynamicCurtain"
DYNAMIC_DOMESTIC_HOT_WATER_PRODUCTION = "DynamicDomesticHotWaterProduction"
DYNAMIC_GARAGE_DOOR = "DynamicGarageDoor"
DYNAMIC_GATE = "DynamicGate"
DYNAMIC_GATEWAY = "DynamicGateway"
DYNAMIC_HEATER = "DynamicHeater"
DYNAMIC_HUMIDITY_SENSOR = "DynamicHumiditySensor"
DYNAMIC_HVAC_CENTRAL_UNIT = "DynamicHvacCentralUnit"
DYNAMIC_HVAC_ZONE = "DynamicHvacZone"
DYNAMIC_INTRUSION_SENSOR = "DynamicIntrusionSensor"
DYNAMIC_LIGHT = "DynamicLight"
DYNAMIC_LIGHT_SENSOR = "DynamicLightSensor"
Expand Down

0 comments on commit a84ba32

Please sign in to comment.