File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/net/b07z/sepia/server/core/assistant Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ public class PARAMETERS {
9090 final public static String MUSIC_GENRE = "genre" ; //music genre (other genres too?)
9191
9292 //SMART DEVICES
93- final public static String SMART_DEVICE = "device" ; //any smart device
94- final public static String SMART_LOCATION = "smart_place" ; //a room or place in the smart environment
93+ final public static String SMART_DEVICE = "smart_device" ; //any smart device
94+ public static final String SMART_DEVICE_VALUE = "smart_device_value" ; //a value/number that can be applied to a smart device (e.g. temperature)
95+ final public static String ROOM = "room" ; //a room in a (smart) home
9596
9697 //SEARCH
9798 final public static String WEBSEARCH_REQUEST = "websearch_q" ; //the term to look for
You can’t perform that action at this time.
0 commit comments