Reboot payload

This payload is sent when someone wants to reboot the device.

Payload

{
 "action": "reboot",
 "timestamp":"[TIMESTAMP]",
 "uid":"[PAYLOAD_UID]",
 "modules": [
     {
         "id":"[MODULE_UID]",
         "device":{
             "bearerId":"[BEARER_DEVICE_UID]"
         }
     }
 ]
}

See [TIMESTAMP], [PAYLOAD_UID], [MODULE_UID|NAME|TYPE], [BEARER_DEVICE_UID]