gateway: persist and surface node capabilities

This commit is contained in:
Peter Steinberger
2025-12-18 01:36:31 +01:00
parent 568fcbda54
commit 99325040f8
5 changed files with 85 additions and 4 deletions

View File

@@ -2975,7 +2975,7 @@ export async function startGatewayServer(port = 18789): Promise<GatewayServer> {
deviceFamily: live?.deviceFamily ?? n.deviceFamily,
modelIdentifier: live?.modelIdentifier ?? n.modelIdentifier,
remoteIp: live?.remoteIp ?? n.remoteIp,
caps: live?.caps,
caps: live?.caps ?? n.caps,
connected: Boolean(live),
};
});