GetBoschDevicesAsync

Returns (Task<IEnumerable>)

Find all Bosch Devices on the designated Panel.

Name Description
panel

Get Bosch Devices Async

Example in C#

// Returns: IEnumerable<BoschDeviceInfo>
var boschDeviceInfo = await client.GetBoschDevicesAsync(BoschPanelInfo panel);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/boschdevices \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'