Sets the firmware version for an Engage device Returns ()
This sets the Version of the Engage Device.
| Name | Description |
|---|---|
| engageDevice | The Engage device to update |
| version | The firmware version to set |
Example in C#
// Returns: nothing
await client.SetVersionForEngageDeviceAsync(EngageDeviceInfo engageDevice, String version);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engageipgateways/ENAGEIPGATEWAYS.KEY/version \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '"6.6.6"'