Skip to content

Stats

getStats

Command to get information about the last or ongoing cleaning job.

Request

Only the name and the payload arguments will be described. General information can be found under Command General.

  • Name: getStats
  • Payload arguments: None

Response

Only the data object will be described here. To get information about the whole response, please refer to Command General.

The data object contains the following arguments:

  • area: The cleaned area in m²
  • time: The elapsed time since starting this job in seconds
  • cid: Cleaning id
  • start: Datetime, when clean job was started
  • type: The cleaning type

Example response

{
  "area": 36,
  "time": 2063,
  "cid": "111",
  "start": "1297462509",
  "type": "spotArea"
}