Add instance_id to scene_activated (#15798)

This commit is contained in:
Chris 2020-12-02 00:56:58 -07:00 committed by GitHub
parent 220142044f
commit d3518c9034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",