new_device_discovered
- Sent when a packet from a new supported device has been received during device discovering.
Edit
| Field | Value | Type | Required | Description |
|---|---|---|---|---|
| event | string | + | Event name | |
| plugin | string | + | Plugin name | |
| serial | int | + | Device serial | |
| device_type | int | + | Device type. Can be any of supported device types | |
| possible_models | string[] | + | List of integrated devices of the same device type |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.extensions.plugin.ui_broadcast",
"result": {
"event": "new_device_discovered",
"plugin": "2gig",
"serial": 622191,
"device_type": "door_window_sensor",
"possible_models": [
"2GIG-DW10-345"
]
}
}