Retreives the serial number from the device.
| Key | Value | Comment |
|---|---|---|
| method | "get_serial_number" |
|
| id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "get_serial_number",
"id": 1
}| Key | Example | Description |
|---|---|---|
serial_number |
1387100330000 | Serial nr of the robot vacuum |
{
"result": [{
"serial_number": "1387100330000"
}
],
"id": 1
}