docs(lmxproxy): update test tags to TestChildObject namespace for v2 type coverage

Replace JoeAppEngine tags with TestChildObject tags (TestBool, TestInt, TestFloat,
TestDouble, TestString, TestDateTime, and array variants) in Phase 4 and Phase 7
plans. These tags cover all TypedValue oneof cases for comprehensive v2 testing.
This commit is contained in:
Joseph Doherty
2026-03-21 23:35:15 -04:00
parent 4303f06fc3
commit 08d2a07d8b
2 changed files with 73 additions and 29 deletions

View File

@@ -165,7 +165,7 @@ public class DetailedHealthCheckService : IHealthCheck
private readonly IScadaClient _scadaClient;
private readonly string _testTagAddress;
public DetailedHealthCheckService(IScadaClient scadaClient, string testTagAddress = "System.Heartbeat") { ... }
public DetailedHealthCheckService(IScadaClient scadaClient, string testTagAddress = "TestChildObject.TestBool") { ... }
public async Task<HealthCheckResult> CheckHealthAsync(
HealthCheckContext context,