Bridge

glp/0/{SID}/rq/bridge


The Bridge topic informs the MQTT bridge of the specified configuration settings. When the message is received, the MQTT bridge restarts itself and begins to use the specified configuration.

Example

glp/0/17qjcxh/rq/bridge
{
  "action": "update",
  "args": {
    "keepAliveInterval": 5
  }
}

Error Response

glp/0/17qjcxh/fb/bridge
{
  "status": "error",
  "error": "This SmartServer is not connected to Remote CMS."
}

Success Response

glp/0/17qjcxh/fb/bridge
{
  "status": "ok"
}

Properties

The Bridge object has the following properties:

Field Name

Type

Description

keepAliveInterval

integer

(Optional)

connectionTimeout

integer

(Optional)

reconnectionInterval

integer

(Optional)

address

string

(Optional)

port

number

(Optional)

user

string

(Optional) 

passwd

string

(Optional)