Skip to content

Commit 58b86f0

Browse files
authored
Update README.md
1 parent b385227 commit 58b86f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ data = connector.get_latest_data() # Returns {"position": (3, 1), "rotation": (
128128
## Additional Functions
129129

130130
```python
131+
connector.vibrate(sharpness=0.8, intensity=0.4, duration=0.01) # Trigger a vibration on the connected device
131132
connector.pause_updates() # Temporarily stops receiving updates from the connected device.
132133
connector.resume_updates() # Resumes receiving updates from the connected device.
133134
connector.reset_position() # Resets the current position as the origin (0,0,0).

0 commit comments

Comments
 (0)