|  Developer
Updated on November 24, 2021

hub.network.statistics

  • Broadcasts details about all discovered networks to the UI.
Edit
At the end of the day (specified via hub.network.statistics.settings.set)
Edit
				
					{
    "id": "ui_broadcast",
    "msg_id": "60c1b7b522315a5a20927d23",
    "msg_subclass": "network.statistics",
    "result": {
        "interfaces": [
            {
                "input": 36.2553491592407,
                "name": "eth0",
                "output": 3.93610763549805
            },
            {
                "input": 0.000492095947265625,
                "name": "mobile0",
                "output": 0.000722885131835938
            },
            {
                "input": 0,
                "name": "wlan0",
                "output": 0
            },
            {
                "input": 0,
                "name": "wlan0.1",
                "output": 0
            }
        ],
        "period": {
            "begin": "2021-06-08",
            "end": "2021-06-11"
        },
        "units": "MB"
    }
}