This Release Notes document describes the following details for version C13-21 of the Surfsight Portal:
SUR-2909
You can now receive the data usage of a dashcam with the GET /devices/{imei}/data-usage API call. The following is included in the response:
-
mobileTx - The total data transmitted from the device, in bytes
-
mobileRx - The total data received by the device, in bytes
-
liveStreamingUsage - The amount of data used from live video streaming, in bytes
-
eventsUsage - The amount of data used from uploading video events, in bytes
-
liveStreamUsageMilli - The amount of time spent watching live video streaming, in milliseconds
-
recordStreamUsageMilli - The amount of time spent watching recordings, in milliseconds
-
recordStreamingUsage - The amount of data used from streaming recordings, in bytes
-
recordingsUploadUsage - The amount of data used from uploading recordings, in bytes
-
usageEventsTodayDay - The number of video events that have occurred today
-
usageEventsTodayMonth - The number of video events that have occurred this month
Additionally, you can now wake up a dashcam with the POST /devices/{imei}/wakeup API call. Dashcams can only be woken up when in standby mode.
Issue ID |
Problem |
Resolution |
---|---|---|
SUR-2872 |
When trying to add the IMEI number of a dashcam that doesn't belong to you, the wrong API response was returned. |
A 404 response code is now returned with the message 'not found: The device IMEI you entered is invalid. Check the IMEI number and try again'. |
SUR-3263 |
When using the POST /devices/{imei}/virtual-event API call, a 200 success response was returned even if no recordings were found. |
A 404 response code is now returned with the message 'not found: No recordings were found in the requested time range. Change the range and try again'. |
SUR-3357 |
When new dashcams were added, their Recording Health score in the Health Report appeared as 'Failed' even though no recording test had been done. |
A new status has been added to the Recording Health score. The new status is 'Not Tested' and its icon is . This is now the default status for all dashcams. |