Skip to content

Commit

Permalink
bus_player actions: pause, unpause, stop
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Jul 9, 2024
1 parent ae0b9c5 commit dbffc75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mpf/config_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ bonus_entries:
bus_player:
__valid_in__: machine, mode, show
__type__: config_player
action: single|enum(play,stop,pause,set_volume,stop_all_sounds)|
volume: single|gain|None
action: single|enum(pause,stop,unpause)|
fade: single|secs|0.1sec
coils:
__valid_in__: machine
Expand Down

0 comments on commit dbffc75

Please sign in to comment.