-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Describe the bug
Creating a virtual switch of type Numeric Input and Stepped Switch creates the switch, but when displayed in GUI-v2 it does not have an active default value.
To Reproduce
Steps to reproduce the behavior:
- Using node Virtual Switch with 2 outputs
- Create Switchable Output of type Stepped Switch and Numeric input
- Deploy
- Connect to GUI-v2 and observe that the switches are available but have no value displayed. First interaction with the control then sets the value.
Expected behavior
Both switch types should start with a well defined value. Perhaps in NR you can inject a value on start, but even without injection the switch should behave predictably. Or maybe not?