I’m trying to figure out how to detect when a variable is set to false. I don’t see how this can possibly be done. Every time I try to detect a variable change I cannot compare it to “false”. It just doesn’t work.
Is there some way to do volume_up and volume_down commands? All I can see if the “change volume” command but I simply want to increase/decrease volume by some value (ex. +10)
There is a “Change volume” action to change volume of the selected stream and a “Volume percent” expression to retrieve current setting. The volume level is a percent value and can be any expression. So you can set 10, 20, … for example, or you can set Volume percent + 10 to increase current value by 10%.
Hi,
I’m trying to figure out how to detect when a variable is set to false. I don’t see how this can possibly be done. Every time I try to detect a variable change I cannot compare it to “false”. It just doesn’t work.
Hi,
I sent you a debug version of E-Robot to easily solve this problem. These new features will be available in the next release.
Hi,
Is there some way to do volume_up and volume_down commands? All I can see if the “change volume” command but I simply want to increase/decrease volume by some value (ex. +10)
There is a “Change volume” action to change volume of the selected stream and a “Volume percent” expression to retrieve current setting. The volume level is a percent value and can be any expression. So you can set 10, 20, … for example, or you can set Volume percent + 10 to increase current value by 10%.