Skip to content

Commit de7a99f

Browse files
committed
Update / Modification from the production live system: 2026-07-08 13:00
1 parent d4d1856 commit de7a99f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// TEMPORÄRES DIAGNOSE-SKRIPT – separat als eigenes Skript anlegen und einmal klingeln lassen
2+
on({id: 'hm-rpc.0.0026E0C998D1F2.1.STATE', change: 'ne'}, function (obj) {
3+
log(`DIAGNOSE: val=${JSON.stringify(obj.state.val)} (Typ: ${typeof obj.state.val}), ` +
4+
`ack=${obj.state.val === obj.state.val ? obj.state.ack : '?'}, ` +
5+
`alterWert=${JSON.stringify(obj.oldState?.val)}`, 'warn');
6+
});
7+
8+
log(`Aktueller Wert: ${JSON.stringify(getState('hm-rpc.0.0026E0C998D1F2.1.STATE'))}`, 'warn');

0 commit comments

Comments
 (0)