Table of Contents

Drivers: update list of auto attachable units

To update the drivers-units association list for a resource, use the command resource/update_driver_units:

svc=resource/update_driver_units&params={"itemId":<long>,
					 "units":[<long>]}

Parameters

Name Description
itemId resource ID
units array of units IDs

Response

{
	"drvrun":[<long>]	/* array of auto attachable units */
}