ioBroker.javascript icon indicating copy to clipboard operation
ioBroker.javascript copied to clipboard

setSTateDelayed for selector

Open BenAhrdt opened this issue 3 years ago • 0 comments

Is it possible to implement additional to

$('channel[role=switch](rooms=Living room)[state.id=*.STATE]').setState(false)

some funktion like this:

$('channel[role=switch](rooms=Living room)[state.id=*.STATE]').setStateDelayed(false,1000)

BenAhrdt avatar Sep 09 '22 12:09 BenAhrdt