Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1007 Bytes

serial_number.md

File metadata and controls

39 lines (29 loc) · 1007 Bytes

Serial Number

Retreives the serial number from the device.

Get Serial Number

Command

Key Value Comment
method "get_serial_number"
id id Random integer which is returned in the response used to link request and response.

Example

{
    "method": "get_serial_number",
    "id": 1
}

Response

Key Example Description
serial_number 1387100330000 Serial nr of the robot vacuum

Example

{
    "result": [{
            "serial_number": "1387100330000"
        }
    ],
    "id": 1
}