Skip to content

Commit 59fff14

Browse files
committed
added new parameters
1 parent 50e306f commit 59fff14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)