Skip to content

Commit 90dd3a4

Browse files
authored
Merge pull request #546 from wes-johnson/104
Added 'well known properties' with engUnit to the spec
2 parents 38915ba + b21b0d4 commit 90dd3a4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Sparkplug_TCK_*.zip
1414
tck/Sparkplug_TCK_*.zip
1515
.pydevproject
1616
tck/webconsole/yarn.lock
17+
tck/webconsole/package-lock.json

specification/src/main/asciidoc/chapters/Sparkplug_6_Payloads.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ string to represent it.
599599
** This is a freeform field with a UTF-8 string to represent any other pertinent metadata for this
600600
metric. It can contain JSON, XML, text, or anything else that can be understood by both the
601601
publisher and the subscriber.
602-
603602
[[payloads_b_propertyset]]
604603
==== PropertySet
605604

@@ -658,6 +657,22 @@ can be found here: https://developers.google.com/protocol-buffers/docs/proto#sca
658657
*** Sparkplug _PropertySetList_
659658
**** Defined link:#payloads_b_propertysetlist[here].
660659

660+
[[payloads_b_well_known_properties]]
661+
==== Well Known Properties
662+
663+
[cols="1,5"]
664+
|===
665+
|*Key Name*
666+
|*Value*
667+
668+
|engUnit
669+
|UNECE codes for 'units of measure' are recommended
670+
671+
|readOnly
672+
|True or False
673+
|===
674+
675+
661676
[[payloads_b_quality_codes]]
662677
===== Quality Codes
663678

0 commit comments

Comments
 (0)