Reboot payload ============== This payload is sent when someone wants to reboot the device. Payload ------- .. code-block:: { "action": "reboot", "timestamp":"[TIMESTAMP]", "uid":"[PAYLOAD_UID]", "modules": [ { "id":"[MODULE_UID]", "device":{ "bearerId":"[BEARER_DEVICE_UID]" } } ] } See :term:`[TIMESTAMP]`, :term:`[PAYLOAD_UID]`, :term:`[MODULE_UID|NAME|TYPE]`, :term:`[BEARER_DEVICE_UID]`