St-Cam Alarm Additional Info

St-Cam Alarm Additional Info

Descriptions of alarmAddInfo Properties

  • accInfo: Information related to acceleration alarms.
  • cargoAddInfo: Information regarding cargo-related alarms.
  • channelInfo: Information about the channels involved in the alarm.
  • customContent: Custom content provided with the alarm.
  • fenceAddInfo: Details regarding geofence alarms.
  • gpsLossInfo: Information related to GPS signal loss.
  • hfAddInfo: High-frequency alarm details.
  • laneDepartureAddInfo: Lane departure alarm specifics.
  • lowVoltageInfo: Details about low voltage alarms.
  • memoryAbnormalInfo: Information about memory abnormality alarms.
  • platformGeofenceInfo: Details about platform-level geofence alarms.
  • speedLimitSignInfo: Information regarding speed limit sign alarms.
  • speedingInfo: Information related to speeding alarms.
  • stopSignInfo: Details regarding stop sign alarms.



Referenced Objects in alarmAddInfo

1. AccAlarmInfo

Information related to acceleration alarms.

Properties

  • accelerationValue (number): Measured acceleration value.
  • accelerationDirection (string): Direction of acceleration (e.g., forward, backward).
  • timestamp (string): Time when the acceleration event occurred.

2. CargoAddInfo

Information regarding cargo-related alarms.

Properties

  • cargoStatus (string): Status of the cargo (e.g., loaded, unloaded).
  • temperature (number): Cargo compartment temperature in Celsius.
  • humidity (number): Cargo compartment humidity percentage.
  • timestamp (string): Time when the cargo alarm was triggered.

3. ChannelInfo

Information about the channels involved in the alarm.

Properties

  • channelNumber (integer): Channel number associated with the alarm.
  • videoUrl (string): URL for the recorded video during the alarm.
  • audioUrl (string): URL for the recorded audio during the alarm.

4. FenceAddInfo

Details regarding geofence alarms.

Properties

  • fenceId (string): Unique ID of the geofence.
  • fenceName (string): Name of the geofence.
  • eventType (string): Type of event (e.g., entering, leaving).
  • timestamp (string): Time when the fence event occurred.

5. GpsLossInfo

Information related to GPS signal loss.

Properties

  • lossStartTime (string): Time when GPS signal was lost.
  • lossEndTime (string): Time when GPS signal was regained.
  • duration (integer): Duration of GPS loss in seconds.

6. HfAddInfo

High-frequency alarm details.

Properties

  • frequencyValue (number): Frequency value detected.
  • thresholdExceeded (boolean): Indicates if the frequency exceeded the threshold.
  • timestamp (string): Time of the high-frequency event.

7. LaneDepartureAddInfo

Lane departure alarm specifics.

Properties

  • laneDirection (string): Direction of lane departure (e.g., left, right).
  • speedAtDeparture (number): Speed during lane departure.
  • timestamp (string): Time when the lane departure occurred.

8. LowVoltageInfo

Details about low voltage alarms.

Properties

  • voltageValue (number): Voltage value detected during the alarm.
  • threshold (number): Minimum voltage threshold.
  • timestamp (string): Time when the low voltage was detected.

9. MemoryAbnormalInfo

Information about memory abnormality alarms.

Properties

  • memoryStatus (string): Status of the memory (e.g., normal, abnormal).
  • affectedDevices (array): List of devices affected by memory issues.
  • timestamp (string): Time when the memory abnormality was detected.

10. PlatformGeofenceInfo

Details about platform-level geofence alarms.

Properties

  • platformFenceId (string): Platform-level fence ID.
  • fenceName (string): Name of the platform geofence.
  • eventType (string): Type of event (e.g., entry, exit).
  • timestamp (string): Event occurrence time.

11. SpeedLimitSignInfo

Information regarding speed limit sign alarms.

Properties

  • detectedSpeedLimit (number): Detected speed limit from the sign.
  • vehicleSpeed (number): Vehicle speed at detection.
  • timestamp (string): Time when the speed limit sign was detected.

12. SpeedingAlarmInfo

Information related to speeding alarms.

Properties

  • speedValue (number): Vehicle speed during the speeding event.
  • speedLimit (number): Speed limit in the area.
  • duration (integer): Duration of the speeding incident in seconds.
  • timestamp (string): Time when the speeding was detected.

13. StopSignInfo

Details regarding stop sign alarms.

Properties

  • stopSignDetected (boolean): Indicates if a stop sign was detected.
  • vehicleStopped (boolean): Indicates if the vehicle stopped.
  • stopDuration (integer): Duration of the stop in seconds.
  • timestamp (string): Time when the stop sign event occurred.