Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Dec 5, 2019
1 parent b112734 commit 82e0179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/philips_rwread.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def motion_detection(self) -> bool:

@property
def motion_detection_sensitivity(self) -> MotionDetectionSensitivity:
"""LED brightness if available."""
"""The sensitivity of the motion detection."""
return MotionDetectionSensitivity(self.data["flmv"])

@property
Expand Down

0 comments on commit 82e0179

Please sign in to comment.