From f63768e2a5d3f94dec76cf4cac5174d871b26c08 Mon Sep 17 00:00:00 2001 From: sayter99 Date: Fri, 22 May 2026 10:27:48 +0800 Subject: [PATCH] Add custom unit fields to test_run.proto --- openhtf/output/proto/test_runs.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openhtf/output/proto/test_runs.proto b/openhtf/output/proto/test_runs.proto index 99f940750..51354126a 100644 --- a/openhtf/output/proto/test_runs.proto +++ b/openhtf/output/proto/test_runs.proto @@ -144,6 +144,10 @@ message TestParameter { // Created for visualization by UIs that don't support certain fancy // parameters. UIs that do support them should hide these parameters. optional string associated_attachment = 21; + + // If using a unit not in the Units.UnitCode enum: + optional string custom_unit_code = 22; + optional string custom_unit_suffix = 23; // Next tag = 28 extensions 5000 to 5199;