MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / vibrate

Method vibrate

pager/pagerctl.py:467–469  ·  view source on GitHub ↗

Vibrate for duration in milliseconds.

(self, duration_ms=200)

Source from the content-addressed store, hash-verified

465
466 # Vibration
467 def vibrate(self, duration_ms=200):
468 """Vibrate for duration in milliseconds."""
469 _lib.pager_vibrate(duration_ms)
470
471 def vibrate_pattern(self, pattern):
472 """Play vibration pattern: 'on,off,on,off,...'"""

Callers 1

pagerctl.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected