We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebcc9d commit 4efd0d8Copy full SHA for 4efd0d8
pyomnilogic_local/models/telemetry.py
@@ -69,7 +69,7 @@ class TelemetryChlorinator(BaseModel):
69
operating_state: int = Field(alias="@operatingState")
70
timed_percent: int = Field(alias="@Timed-Percent")
71
operating_mode: ChlorinatorOperatingMode = Field(alias="@operatingMode")
72
- enable: bool
+ enable: bool = Field(alias="@enable")
73
74
75
class TelemetryColorLogicLight(BaseModel):
0 commit comments