Make Verse Device work while switch is on

Hi, wanted to make Verse Device working only when player uses switch and turns it on.
I’m just started learning UEFN and Verse and cant find anything that will work for me.
Tried to make second Verse Device connected to all switches and Verse Devices that I want to turn on/off. Wanted to use code like that:

OnBegin<override>()<suspends>:void=
        
        Switch1.TurnedOnEvent.Subscribe(Switch1On)
        Switch1.TurnedOffEvent.Subscribe(Switch1Off)

Switch1On(InAgent:agent):void=
        #turn on Verse Device
    Switch1Off(InAgent:agent):void=
        #turn off Verse Device

But I have no idea how to disable/enable Verse Device

i also need to know how to enable/disable

Hi.
See if this video helps.