Skip to content

Commit

Permalink
Merge pull request #61 from sanjoyg/patch-2
Browse files Browse the repository at this point in the history
Update motion_sensor.py
  • Loading branch information
Leggin authored Apr 4, 2024
2 parents e08f1d6 + 0a59a98 commit 18a2a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dirigera/devices/motion_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class MotionSensorAttributes(Attributes):
battery_percentage: int
is_on: bool
light_level: Optional[float] = None
is_detected: Optional[bool] = False


class MotionSensor(Device):
Expand Down

0 comments on commit 18a2a9e

Please sign in to comment.