|  Developer
Updated on May 9, 2022

scripts/start_exclude

  • Start excluding ZWave device process( removing device from ZWave network )
Edit
Field Type Required Description
deviceId int Public Device Id of removing device( It will be used only if device is unreachable )
Edit

Edit
Broadcast Description
exclude_invoked Exclude process was invoked
exclude_started Exclude process was started
unknown_node_removed ZWave device from another network was removed
exclude_finished Exclude was finished
exclude_finished_error Exclude was finished with error
exclude_finished_timeout Exclude was finished in timeout reason
action_busy Other operation running, exclude wasn’t started
Edit
Edit
				
					{
    "method": "hub.extensions.plugin.run",
    "id": "_ID_",
    "params": {
        "script": "HUB:zwave/scripts/start_exclude"
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}