Skip to content

Commit fde1d67

Browse files
committed
added client type for wakeword device
1 parent 345cca0 commit fde1d67

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/net/b07z/sepia/server/core/assistant

1 file changed

+1
-0
lines changed

src/main/java/net/b07z/sepia/server/core/assistant/CLIENTS.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class CLIENTS {
2121
final public static String CHROME_APP = "chrome_app";
2222
final public static String SAFARI_BROWSER = "safari_browser";
2323
final public static String SAFARI_APP = "safari_app";
24+
final public static String WAKEWORD_TOOL = "wakeword_tool";
2425

2526
/**
2627
* Check for environment by comparing the input environment (this_env) to an array of

0 commit comments

Comments
 (0)