[SOLVED] Rule gets not executed

hi,

i have a strange problem, all my rules are working fine but a new, really simple one will not trigger.

log

2018-05-17 18:50:48.950 [ome.event.ItemCommandEvent] - Item 'vaczonembed' received command ON

rule

rule "Master Bedroom"
    when
        Item vaczonembed received command ON
    then                                             
        sendCommand(actionCommand,"app_zoned_clean[[22041,23089,26491,27289,1]]"
end

item

Switch  vaczonembed "Clean Master Bedroom"  	[ "Switchable" ]

there is a ) missing in the end of the sendCommand

:roll_eyes: must have been to many too short nights that i haven’t seen that.

thanks @mueslee

you are welcome, please mark this thread as solved