1. Home
  2. Docs
  3. HTTP API of Decoders
  4. 9 sys (system) module

9 sys (system) module

Restart the device

API instruction

restart the device

Request

  • Method: GET/POST
  • URL: sys/reboot.json
  • Headers:
  • submit parameter: no

Response

  • Body
{
  "result": "ok"
}

test interface:

http://192.168.2.123/apisys/reboot.json

Quick reset

API instruction

quick reset ( soft reboot)

Request

  • Method: GET/POST
  • URL: sys/reset.json
  • Headers:
  • submit parameter: no

Response

  • Body
{
  "result": "ok"
}

test interface:

http://192.168.2.123/api/sys/reset.json

Restore Factory Defaults

API instruction

Restore Factory Defaults

Request

  • Method: GET/POST
  • URL: sys/restore.json
  • Headers:
  • submit parameter: no

Response

  • Body
{
  "result": "ok"
}

test interface:

http://192.168.2.123/api/sys/restore.jsond

How can we help?