Skip to content

Commit 9ec6e45

Browse files
authored
Merge pull request #537 from wes-johnson/develop
Various fixes and updates for Sparkplug 4.0.0
2 parents 370c6d9 + dd22abf commit 9ec6e45

File tree

5 files changed

+699
-165
lines changed

5 files changed

+699
-165
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,9 @@ context of the Edge Node ID under which it exists.
343343
Identifies a single 'tag change event' in the Sparkplug Payload. It represents an event that
344344
occurred at the Edge Node or Device such as a value or quality of a data point changing. For
345345
example, it could represent the value of an analog or boolean changing at a Sparkplug Device. A
346-
Sparkplug Metric typically includes a name, value, and timestamp. Sparkplug Metrics are also used in
347-
NCMD and DCMD messages to send messages to Edge Nodes and Devices to change values at the Edge.
346+
Sparkplug Metric typically includes a name, value, quality, and timestamp. Sparkplug Metrics are
347+
also used in NCMD and DCMD messages to send messages to Edge Nodes and Devices to change values at
348+
the Edge.
348349

349350
[[introduction_datatypes]]
350351
===== Data Types

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ timer.
8686
=== Birth and Death Certificates
8787

8888
Birth and Death Certificates are used by both Edge Nodes and Host Applications. Death Certificates
89-
for both are always registered in the MQTT CONNECT packet as the MQTT Will Message. By using the
89+
for both, are always registered in the MQTT CONNECT packet as the MQTT Will Message. By using the
9090
MQTT Will message, the Death Certificates will be delivered to subscribers even if the MQTT client
9191
connection is lost ungracefully. For Edge Nodes, the Death Certificate uses the NDEATH Sparkplug
9292
verb in the topic. For Host Applications, the spBv1.0/STATE/sparkplug_host_id topic is used. More

0 commit comments

Comments
 (0)