2f76d2143f
Summary: Add a remote systemvolume plugin. Test Plan: Change volume via slider -> Volume on target changes Change volume on target -> Slider changes Mute via button -> Mute on target changes Mute on target -> Button changes icon Add/remove sink on host -> Sink is add/removed in list Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: apol, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D16667
27 lines
749 B
JSON
27 lines
749 B
JSON
{
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "nicolas.fella@gmx.de",
|
|
"Name": "Nicolas Fella"
|
|
}
|
|
],
|
|
"Description": "Control the volume of the connected device",
|
|
"EnabledByDefault": true,
|
|
"Icon": "player-volume",
|
|
"Id": "kdeconnect_remotesystemvolume",
|
|
"License": "GPL",
|
|
"Name": "Remote system volume",
|
|
"ServiceTypes": [
|
|
"KdeConnect/Plugin"
|
|
],
|
|
"Version": "0.1",
|
|
"Website": "https://nicolasfella.wordpress.com"
|
|
},
|
|
"X-KdeConnect-OutgoingPacketType": [
|
|
"kdeconnect.systemvolume.request"
|
|
],
|
|
"X-KdeConnect-SupportedPacketType": [
|
|
"kdeconnect.systemvolume"
|
|
]
|
|
}
|