|  Developer
Updated on May 11, 2022

include_device

  • Sends if device inclusion status changed
Edit
Field Value Type Required Description
event string + Event name
status string + Name of current status, can be any of Zigbee Addon event statuses
plugin string + Plugin name
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "include_device",
        "status": "started",
        "plugin": "zigbee"
    }
}