From 3baa67d8de11ad99361be9ca570f6f0c3ec6b3e6 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Thu, 12 Mar 2026 00:23:03 +0100 Subject: [PATCH] fixed client id bride and diagnostic --- bridge/aria_bridge.py | 4 ++-- diagnostic/server.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"],