Skip to content

Commit

Permalink
Revert "Update scene.py"
Browse files Browse the repository at this point in the history
This reverts commit 7a009be.
  • Loading branch information
slajob committed May 14, 2024
1 parent 7a009be commit 23709ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dirigera/devices/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Trigger(BaseIkeaModel):
type: str
triggered_at: Optional[datetime.datetime] = None
disabled: bool
triggers: Optional[TriggerDetails] = None
trigger: Optional[TriggerDetails] = None


class TriggerDetails(BaseIkeaModel):
Expand Down

0 comments on commit 23709ff

Please sign in to comment.