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

Method beep

pager/pagerctl.py:458–460  ·  view source on GitHub ↗

Play a simple beep (blocking).

(self, freq, duration_ms)

Source from the content-addressed store, hash-verified

456 return bool(_lib.pager_audio_playing())
457
458 def beep(self, freq, duration_ms):
459 """Play a simple beep (blocking)."""
460 _lib.pager_beep(freq, duration_ms)
461
462 def play_rtttl_sync(self, melody, with_vibration=False):
463 """Play RTTTL synchronously (blocking)."""

Callers 1

pagerctl.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected