Skip to content

Commit 48657c2

Browse files
committed
added media_controls to PARAMETERS
1 parent c900fae commit 48657c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public class PARAMETERS {
9191
final public static String MUSIC_GENRE = "genre"; //music genre
9292
final public static String MUSIC_SERVICE = "music_service"; //service like Spotify or Apple Music
9393
final public static String PLAYLIST_NAME = "playlist_name"; //name of a playlist
94+
final public static String MEDIA_CONTROLS = "media_controls"; //controls for media players like: next, back, louder, stop, play (might partially overlap with ACTION)
9495

9596
//SMART DEVICES
9697
final public static String SMART_DEVICE = "smart_device"; //any smart device

0 commit comments

Comments
 (0)