We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When slaving off a master, the local zone should disable roon radio so that they aren't competing for the next track when the current track finishes.
Flip the auto_radio attribute of the zone somehow.
auto_radio
<- CONTINUE 2 Changed {"zones_changed":[{"zone_id":"1601fa13b47e4ae20588acf651c74e9a6302","display_name":"Office","outputs":[{"output_id":"1701fa13b47e4ae20588acf651c74e9a6302","zone_id":"1601fa13b47e4ae20588acf651c74e9a6302","can_group_with_output_ids":["1701fa13b47e4ae20588acf651c74e9a6302","1701b6d37bae0efdaf8c35f7e9483ba6f5fd","1701bffdbdb0615b297e24788d379c14e4d9"],"display_name":"Office","volume":{"type":"number","min":0,"max":100,"value":100,"step":1,"is_muted":false,"hard_limit_min":0,"hard_limit_max":100,"soft_limit":100},"source_controls":[{"control_key":"1","display_name":"D90 ","supports_standby":false,"status":"indeterminate"}]}],"state":"stopped","is_next_allowed":false,"is_previous_allowed":true,"is_pause_allowed":false,"is_play_allowed":false,"is_seek_allowed":false,"queue_items_remaining":0,"queue_time_remaining":0,"settings":{"loop":"disabled","shuffle":false,"auto_radio":false}}]}
The text was updated successfully, but these errors were encountered:
As I think about this more I think it should be an option. Users might prefer either behavior.
Sorry, something went wrong.
No branches or pull requests
When slaving off a master, the local zone should disable roon radio so that they aren't competing for the next track when the current track finishes.
Flip the
auto_radio
attribute of the zone somehow.The text was updated successfully, but these errors were encountered: