From c3d18bd34b11d085681cdba3ce815bcc9d19eb17 Mon Sep 17 00:00:00 2001 From: Wooseok Choi Date: Tue, 8 Oct 2024 20:16:17 +0900 Subject: [PATCH] Add Media.Played.Genre Signed-off-by: Wooseok Choi --- spec/Cabin/Infotainment.vspec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/Cabin/Infotainment.vspec b/spec/Cabin/Infotainment.vspec index 9b1cd611e..7f47b2518 100644 --- a/spec/Cabin/Infotainment.vspec +++ b/spec/Cabin/Infotainment.vspec @@ -29,6 +29,11 @@ Media.Played.Source: allowed: ['UNKNOWN', 'SIRIUS_XM', 'AM', 'FM', 'DAB', 'TV', 'CD', 'DVD', 'AUX', 'USB', 'DISK', 'BLUETOOTH', 'INTERNET', 'VOICE', 'BEEP'] description: Media selected for playback +Media.Played.Genre: + datatype: string + type: sensor + description: Name of genre being played + Media.Played.Artist: datatype: string type: sensor