I have a textbox set up where I can input a pincode into it to eventually disarm my alarm system. I have set a toggle switch set the toggle to checked true
when the correct characters are in the textbox.
From there I have set up an event on the toggle switch to turn on a Vera Virtual switch which will run a reactor sensor on the Vera side to disarm my alarm.
The issue is comes about when the correct pincode is inputted in the textbox, the toggle swtich is checked
but the Vera V Switch does not turn on. However, if I manually toggle the toggle switch the Vera V switch turns on just fine. Attached is the events I have set on the toggle switch, I cannot seem to figure out why it doesnt work.