mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
feat: kiosk always-on mic — auto-start voice on kiosk entry, no sleep, no wake word needed
This commit is contained in:
@@ -6,6 +6,7 @@ var SLEEP_CMDS = /\b(good\s*night(\s*jarvis)?|go\s*to\s*sleep|sleep\s*mode|shut\
|
||||
|
||||
function enterSleepMode() {
|
||||
if (isAsleep) return;
|
||||
if (document.body.classList.contains("kiosk-mode")) return; // never sleep in kiosk
|
||||
isAsleep = true;
|
||||
|
||||
// Pause voice mode
|
||||
|
||||
Reference in New Issue
Block a user