fixed client id bride and diagnostic
This commit is contained in:
parent
537c5b06c1
commit
3baa67d8de
|
|
@ -516,10 +516,10 @@ class ARIABridge:
|
|||
"minProtocol": 3,
|
||||
"maxProtocol": 3,
|
||||
"client": {
|
||||
"id": "aria-bridge",
|
||||
"id": "gateway-client",
|
||||
"version": "0.0.3",
|
||||
"platform": "linux",
|
||||
"mode": "operator",
|
||||
"mode": "backend",
|
||||
},
|
||||
"role": "operator",
|
||||
"scopes": ["operator.read", "operator.write"],
|
||||
|
|
|
|||
|
|
@ -120,10 +120,10 @@ async function connectGateway() {
|
|||
minProtocol: 3,
|
||||
maxProtocol: 3,
|
||||
client: {
|
||||
id: "aria-diagnostic",
|
||||
id: "cli",
|
||||
version: "0.0.1",
|
||||
platform: "linux",
|
||||
mode: "operator",
|
||||
mode: "cli",
|
||||
},
|
||||
role: "operator",
|
||||
scopes: ["operator.read", "operator.write"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue