Returns ()
Find the Firmware for the designated Engage device in the designated Folder.
Name | Description |
---|---|
folder | |
deviceType |
Example in C#
// Returns: IEnumerable<EngageFirmwareSpec>
var engageFirmwareSpec = await client.GetEngageFirmwareSpecAsync(FolderInfo folder, String deviceType);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagefirmwarespec/DEVICETYPE \
-H 'Authorization: Bearer TOKEN_GOES_HERE'