GetBoschPanelsAsync

Gets all Bosch panels for the specified Bosch service. Returns (Task<IEnumerable>)

Find all Bosch Panels on the designated Bosch Service.

Name Description
service The Bosch service containing the panels

Get Bosch Panels Async

Example in C#

// Returns: IEnumerable<BoschPanelInfo>
var boschPanelInfo = await client.GetBoschPanelsAsync(BoschServiceInfo service);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschservices/BOSCHSERVICE.KEY/boschpanels \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'