Skip to content

Commit

Permalink
make scene attribute 'last_undo' optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Leggin committed Jan 22, 2024
1 parent 04adda9 commit 5828bc8
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 @@ -47,7 +47,7 @@ class Scene(BaseIkeaModel):
created_at: datetime.datetime
last_completed: Optional[datetime.datetime]
last_triggered: Optional[datetime.datetime]
last_undo: datetime.datetime
last_undo: Optional[datetime.datetime]
commands: List[str]
undo_allowed_duration: int

Expand Down

0 comments on commit 5828bc8

Please sign in to comment.