reconstruct_progress
- Indicate progress of reconstruct network
				
				Edit
			
			Result Fields:
| Field | Value | Type | Required | Description | 
|---|---|---|---|---|
| event | string | + | Event name | |
| devices | int | + | Amount of devices in a network we’re reconstructing | |
| current | int | + | Index of a current including device | |
| plugin | string | + | Plugin name | 
				
				Edit
			
			
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "reconstruct_progress",
        "plugin": "zwave",
        "devices": 10,
        "current": 2
    }
}				
			
             
                                    