SetVersionForReaderAsync

Set the version number for the provided reader. Returns ()

Name Description
reader The reader to update the firmware version for
version The firmware version to set

Set Version For Reader Async

Example in C#

// Returns: nothing
await client.SetVersionForReaderAsync(MercuryReaderInfo reader, String version);

Example in CURL


 
           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/peripherals/READER.KEY/version
               -H 'Authorization: Bearer TOKEN_GOES_HERE'
               -d "VERSION"