We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345cca0 commit fde1d67Copy full SHA for fde1d67
src/main/java/net/b07z/sepia/server/core/assistant/CLIENTS.java
@@ -21,6 +21,7 @@ public class CLIENTS {
21
final public static String CHROME_APP = "chrome_app";
22
final public static String SAFARI_BROWSER = "safari_browser";
23
final public static String SAFARI_APP = "safari_app";
24
+ final public static String WAKEWORD_TOOL = "wakeword_tool";
25
26
/**
27
* Check for environment by comparing the input environment (this_env) to an array of
0 commit comments