|  Developer
Updated on May 10, 2022

action_busy

  • Sends if user tries to run exclude/include/learn/reset/reconstruct operation during other not finished exclude/include/learn/reset/reconstruct operation
Edit

Result Fields:

Field Value Type Required Description
event string + Event name
action_type string + Name of operation which is running now. Can contain any of ZWave Addon action types
plugin string + Plugin name
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "action_busy",
        "action_type": "include_starting",
        "plugin": "zwave"
    }
}