Skip to content

Commit 7ca984e

Browse files
committed
Revert api/set_motion_sensitivity_level() typing
1 parent 4482749 commit 7ca984e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise_usb/api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,9 +659,7 @@ async def set_motion_reset_timer(self, minutes: int) -> bool:
659659
660660
"""
661661

662-
async def set_motion_sensitivity_level(
663-
self, level: MotionSensitivity | int | str
664-
) -> bool:
662+
async def set_motion_sensitivity_level(self, level: MotionSensitivity) -> bool:
665663
"""Configure motion sensitivity level.
666664
667665
Description:

0 commit comments

Comments
 (0)