|  Developer
Updated on May 16, 2022

device_discovering

  • Sent on operation status update
Edit
Field Value Type Required Description
event string + Event name
plugin string + Plugin name
status string + Result of the operation, can be any of 2GIG Addon event statuses
Edit
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "device_discovering",
        "plugin": "2gig",
        "status": "finished"
    }
}				
			
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "device_discovering",
        "plugin": "2gig",
        "status": "timeout"
    }
}