From 93b5fe9f8f4eb359b314f245850acf06bf4d2300 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:51:58 -0400 Subject: [PATCH] Document addition of endpoint to zwave_js_notification event (#29037) --- source/_integrations/zwave_js.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 4c88af14feb..a783cc8942b 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -437,6 +437,7 @@ These are notification events fired by devices using the Notification command cl { "domain": "zwave_js", "node_id": 1, + "endpoint": 0, "home_id": "974823419", "device_id": "ad8098fe80980974", "command_class": 113, @@ -459,6 +460,7 @@ These are notification events fired by devices using the Multilevel Switch comma { "domain": "zwave_js", "node_id": 1, + "endpoint": 0, "home_id": 974823419, "device_id": "2f44f0d4152be3123f7ad40cf3abd095", "command_class": 38, @@ -475,6 +477,7 @@ These are notification events fired by devices using the Multilevel Switch comma { "domain": "zwave_js", "node_id": 8, + "endpoint": 0, "home_id": 3803689189, "device_id": "2f44f0d4152be3123f7ad40cf3abd095", "command_class": 38, @@ -493,6 +496,7 @@ These are notification events fired by devices using the Entry Control command c { "domain": "zwave_js", "node_id": 1, + "endpoint": 0, "home_id": "974823419", "device_id": "ad8098fe80980974", "command_class": 111,