Skip to content

Commit

Permalink
remove deprecated GUI messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 1, 2023
1 parent 37bef5d commit 326ef98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/PHAL_alsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
| `mycroft.volume.set` | 'percent': float<br>'play_sound': bool | Sets the volume level. | `mycroft.audio.play_sound`<br>`mycroft.volume.get.response` | handle_volume_change |
| `mycroft.volume.increase` | 'percent': float<br>'play_sound': bool | Increases the volume level. | `mycroft.audio.play_sound`<br>`mycroft.volume.get.response` | handle_volume_increase |
| `mycroft.volume.decrease` | 'percent': float<br>'play_sound': bool | Decreases the volume level. | `mycroft.audio.play_sound`<br>`mycroft.volume.get.response` | handle_volume_decrease |
| `mycroft.volume.set.gui` | 'percent': float<br>'play_sound': bool | Sets the volume level (GUI interaction). | `mycroft.audio.play_sound` | handle_volume_change_gui |
| `mycroft.volume.mute` | | Mutes the audio. | `mycroft.volume.get.response` | handle_mute_request |
| `mycroft.volume.unmute` | | Unmutes the audio. | `mycroft.volume.get.response` | handle_unmute_request |
| `mycroft.volume.mute.toggle` | | Toggles between mute and unmute. | `mycroft.volume.get.response` | handle_mute_toggle_request |
| `mycroft.volume.get.sliding.panel` | | Requests volume without invoking the shell OSD (for GUI sliding panel). | `mycroft.volume.get.response` | handle_volume_request |

## Emits

Expand Down

0 comments on commit 326ef98

Please sign in to comment.