Merge branch 'master' of git://github.com/wildestpixel/mopidy-raspberry-gpio into wildestpixel-master

remotes/origin/HEAD
Phil Howard 2020-07-15 11:40:57 +01:00
commit 31ce3bfbf9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class PinConfig(config.ConfigValue):
)
valid_events = ValidList(
["play_pause", "prev", "next", "volume_up", "volume_down"]
["play_pause", "play_stop", "prev", "next", "volume_up", "volume_down"]
)
valid_modes = ValidList(["active_low", "active_high"])