[{"id":"c1c0ffee00000001","type":"comment","z":"3a763adab0a2a52d","name":"Account-wide notifications: list / mark read / delete (not device specific)","info":"Notifications are read per account (not per appliance) and each carries its appliance_id / room / location.\n\nmsg.payload shapes:\n - { notifications: true } list all (merged across pages)\n - { notifications: true, applianceId: 'aaaa-..' } list, filtered to one appliance\n - { notifications: { pageSize: 50 } } a single page (+ continuationToken to page on)\n - { markRead: 'id' } | { markRead: ['id1','id2'] }\n - { markAllRead: true }\n - { deleteNotification: 'id' } | { deleteNotifications: ['id1','id2'] }","x":330,"y":60,"wires":[]},{"id":"c1c0ffee00000002","type":"inject","z":"3a763adab0a2a52d","name":"list all","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"notifications\":true}","payloadType":"json","x":120,"y":140,"wires":[["c1c0ffee00000010"]]},{"id":"c1c0ffee00000003","type":"inject","z":"3a763adab0a2a52d","name":"mark all read","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"markAllRead\":true}","payloadType":"json","x":130,"y":180,"wires":[["c1c0ffee00000010"]]},{"id":"c1c0ffee00000004","type":"inject","z":"3a763adab0a2a52d","name":"delete one","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"deleteNotification\":\"REPLACE_WITH_ID\"}","payloadType":"json","x":120,"y":220,"wires":[["c1c0ffee00000010"]]},{"id":"c1c0ffee00000010","type":"grohe sense","z":"3a763adab0a2a52d","location":"dd73ac27fcefb839","room":"Wasserkeller","appliance":"SenseGuard","devicetype":"103","description":"","x":360,"y":180,"wires":[["c1c0ffee00000020"]]},{"id":"c1c0ffee00000020","type":"debug","z":"3a763adab0a2a52d","name":"result","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":560,"y":180,"wires":[]},{"id":"dd73ac27fcefb839","type":"grohe location","location":"Haus"}]