diff --git a/bridge/aria_bridge.py b/bridge/aria_bridge.py index 6edfdfb..6fb9ad3 100644 --- a/bridge/aria_bridge.py +++ b/bridge/aria_bridge.py @@ -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"], diff --git a/diagnostic/server.js b/diagnostic/server.js index d5662b9..ea5b66c 100644 --- a/diagnostic/server.js +++ b/diagnostic/server.js @@ -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"],