The rule run two times ... but why?

Hi,

I have a strange situation.

I have the following rule:
rule "Anwesenheit Short An" when Item Switch_EG_FL_Short_1 received update then lock.lock() sendCommand(Switch_Haus_Anwesenheit, ON) sendCommand(FBox_Wifi24, ON) logInfo("Anwesenheit", "Status Anwesend SWITCH.Rules") lock.unlock() end

When the item Switch_EG_FL-Short_1 get an update,
I see the log entry logInfo("Anwesenheit", "Status Anwesend SWITCH.Rules") two times in the logfile.

Is this a bug or a feature?

BR
portboy

I found the failure …
The switch I was monitoring sends always two updates ….

:stuck_out_tongue_closed_eyes: