From d3518c903473b0734ddd0037834cffa4b869f557 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 2 Dec 2020 00:56:58 -0700 Subject: [PATCH] Add instance_id to scene_activated (#15798) --- source/_integrations/ozw.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/ozw.markdown b/source/_integrations/ozw.markdown index 82b48a8f130..e9f71e9c070 100644 --- a/source/_integrations/ozw.markdown +++ b/source/_integrations/ozw.markdown @@ -136,6 +136,7 @@ This event is fired upon scene activation. The data in the event will vary depen { "event_type": "ozw.scene_activated", "data": { + "instance_id": 1, "node_id": 9, "scene_id": 1, "scene_label": "Scene 1",