Skip to content

Commit 8854f31

Browse files
committed
fix
1 parent 4ddcadc commit 8854f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands2/button/commandgenerichid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def getRawAxis(self, axis: int) -> float:
187187
"""
188188
return self._hid.getRawAxis(axis)
189189

190-
def setRumble(type: GenericHID.RumbleType, value: double):
190+
def setRumble(type: GenericHID.RumbleType, value: float):
191191
"""
192192
Set the rumble output for the HID.
193193
The DS currently supports 2 rumble values, left rumble and right rumble.

0 commit comments

Comments
 (0)