From 62543f705290f9ddb97c52b080819b8adaa98d1c Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 21 Aug 2022 15:51:19 -0400 Subject: [PATCH] Update zwave_js notification event docs (#23542) --- 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 d3e6743526c..b2cdf81895c 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -370,6 +370,7 @@ These are notification events fired by devices using the Multilevel Switch comma "command_class": 38, "command_class_name": "Multilevel Switch", "event_type": 4, + "event_type_label": "label 1", "direction": "up" }, ``` @@ -384,6 +385,7 @@ These are notification events fired by devices using the Multilevel Switch comma "command_class": 38, "command_class_name": "Multilevel Switch", "event_type": 5, + "event_type_label": "label 2", "direction": null }, ``` @@ -401,7 +403,9 @@ These are notification events fired by devices using the Entry Control command c "command_class": 111, "command_class_name": "Entry Control", "event_type": 6, + "event_type_label": "label 1", "data_type": 5, + "data_type_label": "label 2", "event_data": "555" } ```