Skip to content

Commit

Permalink
fix: chlorinator telemetry enable parsing (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed May 27, 2023
1 parent 7ebcc9d commit 4efd0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomnilogic_local/models/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class TelemetryChlorinator(BaseModel):
operating_state: int = Field(alias="@operatingState")
timed_percent: int = Field(alias="@Timed-Percent")
operating_mode: ChlorinatorOperatingMode = Field(alias="@operatingMode")
enable: bool
enable: bool = Field(alias="@enable")


class TelemetryColorLogicLight(BaseModel):
Expand Down

0 comments on commit 4efd0d8

Please sign in to comment.