Skip to content
New issue

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

Set input to empty when device is turned off #5

Open
jack-blackson opened this issue Apr 19, 2019 · 2 comments
Open

Set input to empty when device is turned off #5

jack-blackson opened this issue Apr 19, 2019 · 2 comments
Labels
question Further information is requested

Comments

@jack-blackson
Copy link

As I want to just display some widgets depending on the input - and also just if the device is turned on, I think it would be great to set nearly all values to empty when power = false. As you just can maintain one criteria in visability in vis - and also because it generally makes sense, as there is no input when the device is not running.

@Sneak-L8
Copy link
Collaborator

Sneak-L8 commented Mar 7, 2022

Why not using "visability" tab of vis? There you can define a state (e.g. power) and compare against true/false to adjust visiblity of widget.
Everything that should not by displayed when device is turned off you can add a yamaha.0.Realtime.MAIN.PWR == true.

@Apollon77 Apollon77 added the question Further information is requested label Mar 8, 2022
@thebilberry
Copy link

I was originally faced some months before with the same question as user jack-blackson and solved it for myself exactly as described by user Sneak-L8.
I think it should be left as it is. So you have the possibility to recognize what input status will be, when switching on. This maybe a feature, other users want to use in this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants