NEWS
Push Button
-
Someone could tell me how to set a push button and read status afterward?
Maybe hard to explain.
I use Vis with bulb on/of widget.
When i press a button it pulse a DBxx.xx on S7
This action got some timer and take time.
I want the same button to read the status from other DBxx.xx that changes the color of the same button. -
@Gunthervc Use the HQWidgets OnOff-Button, goto Value on the right and choose Button-Mode. Now it sends only one command when clicked. Then goto CSS and put a "2" into z-index
afterward a "0" at Opacity. Now the Button is Invisible. Get another one put it behind the Invisible Button and make it ReadOnly. Now the Invisible Button is your Switch and the Visible one is your feedback. -
@CrunkFX Got it working thanks alot for the help.
-
@Gunthervc No Problem