You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sparkplug_b/sparkplug_b.proto
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ message Payload {
97
97
optionalstringversion=1; // The version of the Template to prevent mismatches
98
98
repeatedMetricmetrics=2; // Each metric includes a name, datatype, and optionally a value
99
99
repeatedParameterparameters=3;
100
-
optionalstringtemplate_ref=4; // Reference to a template if this is extending a Template or an instance - must exist if an instance
100
+
optionalstringtemplate_ref=4; // MUST be a reference to a template definition if this is an instance (i.e. the name of the template definition) - MUST be omitted for template definitions
0 commit comments