Skip to content

Commit

Permalink
feat: add support for relays attached to backyards (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed May 28, 2023
1 parent 093709d commit 2275ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyomnilogic_local/models/mspconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class MSPBackyard(OmniBase):
omni_type: OmniType = OmniType.BACKYARD
sensor: list[MSPSensor] | None = Field(alias="Sensor")
bow: list[MSPBoW] | None = Field(alias="Body-of-water")
relay: list[MSPRelay] | None = Field(alias="Relay")


class MSPSchedule(OmniBase):
Expand Down

0 comments on commit 2275ce9

Please sign in to comment.