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 59fff14 commit ba564adCopy full SHA for ba564ad
src/main/java/net/b07z/sepia/server/core/data/Role.java
@@ -13,5 +13,6 @@ public enum Role {
13
translator,
14
user, superuser,
15
assistant,
16
- thing //e.g. for IoT devices
+ thing, //e.g. for IoT devices
17
+ smarthomeguest //for smart home skills that run on-device
18
}
0 commit comments