From 88d9e3b1a8cae737fded35d823763c4f4b69caa1 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 16 Jun 2026 05:42:38 -0400 Subject: [PATCH] docs(focas): correct stale LastFixedSnapshots comment after double widening (code-review) --- src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.FOCAS/FocasDriver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.FOCAS/FocasDriver.cs b/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.FOCAS/FocasDriver.cs index 7aeda5ea..76a37e81 100644 --- a/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.FOCAS/FocasDriver.cs +++ b/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.FOCAS/FocasDriver.cs @@ -843,8 +843,8 @@ public sealed class FocasDriver : IDriver, IReadable, IWritable, ITagDiscovery, /// /// Cache servo-load percentages keyed by axis name. Stored separately from - /// LastFixedSnapshots (which is int-typed) so the double-valued load - /// values don't need casting on every read. + /// LastFixedSnapshots (which is keyed by full-reference) because the + /// servo-load read path resolves by axis name. /// private static void PublishServoLoads(DeviceState state, IReadOnlyList loads) {