diff options
Diffstat (limited to 'conf.d/project/json.d')
-rw-r--r-- | conf.d/project/json.d/onload-aaaa-sample.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/project/json.d/onload-aaaa-sample.json b/conf.d/project/json.d/onload-aaaa-sample.json index c95a62f..8f05317 100644 --- a/conf.d/project/json.d/onload-aaaa-sample.json +++ b/conf.d/project/json.d/onload-aaaa-sample.json @@ -22,6 +22,17 @@ "controls": [ { + "label": "Volume", + "permissions": "urn:AGL:permission:audio:public:multimedia", + "actions": { + "label": "adjust-master-volume", + "info" : "volume value should be provided by requesting client", + "lua": "_Permament_Control", + "args": { + "ctl" : "Master_Playback_Volume" + } + } + },{ "label": "Multimedia", "permissions": "urn:AGL:permission:audio:public:multimedia", "actions": { |