Returns (Task<IEnumerable>)
Get all Peripherals that are connected to the designated Controller.
Name | Description |
---|---|
controller |
Example in C#
// Returns: IEnumerable<PeripheralInfo>
var peripheralInfo = await client.GetPeripheralsForControllerAsync(ControllerInfo controller);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/peripherals \
-H 'Authorization: Bearer TOKEN_GOES_HERE'