Skip to content

Commit

Permalink
Merge pull request #58 from slajob/main
Browse files Browse the repository at this point in the history
missing battery level in blinds.py
  • Loading branch information
Leggin authored Mar 26, 2024
2 parents f2900ab + fb6cf0e commit 9096390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dirigera/devices/blinds.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class BlindAttributes(Attributes):
blinds_current_level: Optional[int] = None
blinds_target_level: Optional[int] = None
blinds_state: Optional[str] = None
battery_percentage: Optional[int] = None


class Blind(Device):
Expand Down

0 comments on commit 9096390

Please sign in to comment.