Closed JarbasAl closed 1 year ago
makes the VolumeOSD only show when mycroft.volume.display is emitted
mycroft.volume.display
it was reusing the .get.response message which had side effects such as showing VolumeOSD in every utterance
mycroft.volume.display should now be emitted explicitly, usually by the volume skill
deprecates the following messages, moving to the standard bus api
mycroft.volume.get.sliding.panel
mycroft.volume.get.sliding.panel.response
mycroft.volume.set.gui
companion PR needed in PHAL alsa plugin + https://openvoiceos.github.io/message_spec/PHAL_alsa/
makes the VolumeOSD only show when
mycroft.volume.display
is emittedit was reusing the .get.response message which had side effects such as showing VolumeOSD in every utterance
mycroft.volume.display
should now be emitted explicitly, usually by the volume skilldeprecates the following messages, moving to the standard bus api
mycroft.volume.get.sliding.panel
mycroft.volume.get.sliding.panel.response
mycroft.volume.set.gui
companion PR needed in PHAL alsa plugin + https://openvoiceos.github.io/message_spec/PHAL_alsa/