PeripheralStatusItem

Class PeripheralStatusItem.

This where the Peripheral’s status is set.

PeripheralStatusItem Properties

PeripheralStatusItem

PeripheralStatusItem -> InputStatusItem -> OutputStatusItem -> ReaderStatusItem

Field Type Inherited from Description

Update Peripheral Status Async

Example in C#

// Returns: nothing
await client.UpdatePeripheralStatusAsync(MercuryPeripheralInfo peripheral, PeripheralStatusItem status);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/peripherals/Status \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D '{"$type":"Feenics.Keep.WebApi.Model.PeripheralStatusItem, Feenics.Keep.WebApi.Model"}'