Updates device status values attached to the Instance Scope for this folder. Returns (returns a result item for each device status update)
Overview of GetDeviceStatusAsync goes here.
| Name | Description |
|---|---|
| folder | The folder containing the device |
| deviceKey | The key of the device to get status for |
Example in C#
// Returns: DeviceStatusItem
var deviceStatusItem = await client.GetDeviceStatusAsync(FolderInfo folder, String deviceKey);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/device-status?deviceKeyviceKey=DEVICE.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'