Image Event Telemetry Data
Image event is generated in two scenarios:
- Any trigger when image is attempted - for example, manual/ remote command or schedule or door open
- When a trigger happened but due to configuration image was not taken. This particular event helps in tracing why image was not taken
POST /controllers/SmartDeviceImage.ashx?action=list
List Properties
All transaction APIs return Asset/ Location related common attributes. Attributes specific to this API are:
Property | Type | Description |
---|---|---|
Sequence | int | Internal image sequence number |
Angle | int | Door angle at which image was triggered |
IsDoorOpen | boolean | Was door open when image was taken |
ImageCaptureFlag | string | The type of image capture trigger - auto/ manual etc. |
ImageStatus | string | Description of image attempt result |
BatteryLevel | int | Battery reading in mV. This reading is important as unit is at its lowest battery voltage during image capture |