diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index a3faa5cf..ff1c140a 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -6418,7 +6418,7 @@ function RegisterEntityWatcher (id: string): void { return; } - subscriptions[id] = on({id: id, change: 'any'}, (obj) => { + subscriptions[id] = on({id: id, change: 'ne'}, (obj) => { //@ts-ignore if (obj.oldState && obj.oldState.val === obj.state.val && obj.state.ack) { return;