|  Developer
Updated on November 24, 2021

hub.scene.global.added

  • Broadcast after a global scene has been successfully created. This is a response to a hub.scenes.global.create command. Global scenes allow you to control ‘cloud’ devices which are attached to different Ezlo hubs. For example, a global scene that controls light bulbs attached to two different hubs in different locations will control the two bulbs as though they were on the same hub.
Edit

See parameters here

Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.scene.global.added",
    "result": {
        "_id": "5c7ff48b7f00002a07a408e3",
        "enabled": true,
        "tag": "testRule/1",
        "execPolicy": "check_result",
        "then" : [
        ],
        "when": [
        ]
    }
}