Updates
Rolling release / release (push) Successful in 8m31s

This commit is contained in:
2026-09-13 15:08:05 -04:00
parent b56171da9b
commit c5ccaa490b
29 changed files with 933 additions and 146 deletions
+2
View File
@@ -3,6 +3,8 @@
<interface name="io.qvac.Jarvis.Session">
<method name="Arm"/><method name="Sleep"/><method name="Shutdown"/>
<method name="PushToTalk"><arg name="pressed" type="b" direction="in"/></method>
<method name="SetMuted"><arg name="muted" type="b" direction="in"/></method>
<method name="SetListening"><arg name="on" type="b" direction="in"/></method>
<method name="Say"><arg name="text" type="s" direction="in"/></method>
<method name="Ask"><arg name="text" type="s" direction="in"/></method>
<method name="ReloadSettings"><arg type="s" direction="out"/></method>