Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)



  • No labels