Returns (Task<IEnumerable>)
Find all Bosch Doors on the designated Panel.
Name | Description |
---|---|
panel |
Example in C#
// Returns: IEnumerable<BoschDoorInfo>
var boschDoorInfo = await client.GetBoschDoorsAsync(BoschPanelInfo panel);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschpanels/BOSCHPANEL.KEY/boschdoors \
-H 'Authorization: Bearer TOKEN_GOES_HERE'