SetVersionForControllerAsync

Sets the firmware version for a controller. Returns (Task)

Set the version for the designated Controller.

Name Description
controller The controller to update
version The firmware version to set

Set Version For Controller Async

Example in C#

// Returns: nothing
await client.SetVersionForControllerAsync(ControllerInfo controller, String version);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLERS.KEY/version  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '"9.9.9"'