|  Developer
Updated on May 10, 2022

learn_progress

  • Indicate progress of learn mode or, in other words, ‘their’ network devices interview progress
Edit

Result Fields:

Field Value Type Required Description
event string + Event name
devices int + Amount of devices in a network we’re learning
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": "learn_progress",
        "devices": 100,
        "current": 42,
        "plugin": "zwave"
    }
}