hub.bridge.controller.connection.set
Connection type:
- Specify IP addresses of other controller (usually reported by that controller during its registration on cloud) to be able to connect to it directly if it can not be detected via MDNS.
Edit
Field | Type | Required | Description |
---|---|---|---|
version | string | + | current firmware version |
Edit
Edit
Edit
{
"id": "_ID_",
"jsonrpc": "2.0",
"api":"1.0",
"method": "hub.bridge.controller.connection.set",
"params": {
"_id": "6fc13be5-19e4-4bdc-b593-7cd86869ea32",
"ip": [ "192.168.0.1", "192.168.10.110" ]
}
}
Edit
{
"error": null,
"method": "hub.bridge.controller.connection.set",
"id": "_ID_",
"result": {}
}