Skip to content

Commit

Permalink
Add missing sunset timed effect (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSchuurmans authored Aug 21, 2024
1 parent d537363 commit 0ffc44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiohue/v2/models/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ class TimedEffectStatus(Enum):

NO_EFFECT = "no_effect"
SUNRISE = "sunrise"
SUNSET = "sunset"
UNKNOWN = "unknown"

@classmethod
Expand Down

0 comments on commit 0ffc44d

Please sign in to comment.