From: Martin Mares Date: Wed, 6 May 2020 20:33:56 +0000 (+0200) Subject: Group 6 is Zoom, group 7 is everything else regardless of host X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b5453f0cb73e3f0cae88809092df648a63587957;p=ursary.git Group 6 is Zoom, group 7 is everything else regardless of host --- diff --git a/ursaryd.c b/ursaryd.c index 29b4340..9d40023 100644 --- a/ursaryd.c +++ b/ursaryd.c @@ -33,10 +33,10 @@ * 1 sink BT mute switch to BT * 2 ceil brightness mic non-mute ceiling lights on * 3 desk brightness - desk lights on - * 4 MPD mute MPD play/pause + * 4 Albireo MPD mute MPD play/pause * 5 Albireo MPV mute MPD stop - * 6 Albireo other mute MPD prev - * 7 other machines mute MPD next + * 6 Albireo Zoom mute MPD prev + * 7 eveyrhing else mute MPD next * * center - * slider light color temperature @@ -121,7 +121,7 @@ struct client_map { static struct client_map client_map[] = { { 4, "Music Player Daemon", "albireo", }, { 5, "mpv", "albireo", }, - { 6, NULL, "albireo", }, + { 6, "ZOOM VoiceEngine", "albireo", }, { 7, NULL, NULL, }, };