V800

V800

Device Type

Table of Contents

Test Connection

command: test:connection

no params

Example Request:

{
  "device": {
    "host": "192.168.20.20",
    "port": 9922,
    "type": "V800",
    "password": "123"
  },
  "command": "test:connection"
}

Example Response:

HTTP/1.1 200 Ok

{
  "message": "Connection Successful"
}