Skip to content

TaskStatistics

Task Statistics Info

Attributes

Name Data Type Description
startTime number Start time, unit: milliseconds, starting at 00:00:00 of the current day, and the maximum time is one month
endTime number End data, unit: millisecond, end at 11:59:59 of the current day
type number Task type
0 - Disinfect
1 - Go home
2 - Delivery
3 - Summoning
Default -1 All

Example

JSON
1
2
3
4
5
{
  "startTime": 1682870400000,
  "endTime": 1685548799000,
  "type": -1
}