iOS: add push-to-talk node commands

This commit is contained in:
Mariano Belinky
2026-02-01 00:25:44 +01:00
committed by Mariano Belinky
parent a884955cd6
commit 9f101d3a9a
8 changed files with 318 additions and 13 deletions

View File

@@ -34,6 +34,8 @@ const MOTION_COMMANDS = ["motion.activity", "motion.pedometer"];
const SYSTEM_NOTIFY_COMMANDS = ["system.notify"];
const TALK_COMMANDS = ["talk.ptt.start", "talk.ptt.stop"];
const SYSTEM_COMMANDS = [
"system.run",
"system.which",
@@ -56,6 +58,7 @@ const PLATFORM_DEFAULTS: Record<string, string[]> = {
...CALENDAR_COMMANDS,
...REMINDERS_COMMANDS,
...MOTION_COMMANDS,
...TALK_COMMANDS,
],
android: [
...CANVAS_COMMANDS,