Skip to content

Various fixes and updates for Sparkplug 4.0.0 #537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 3, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,9 @@ context of the Edge Node ID under which it exists.
Identifies a single 'tag change event' in the Sparkplug Payload. It represents an event that
occurred at the Edge Node or Device such as a value or quality of a data point changing. For
example, it could represent the value of an analog or boolean changing at a Sparkplug Device. A
Sparkplug Metric typically includes a name, value, and timestamp. Sparkplug Metrics are also used in
NCMD and DCMD messages to send messages to Edge Nodes and Devices to change values at the Edge.
Sparkplug Metric typically includes a name, value, quality, and timestamp. Sparkplug Metrics are
also used in NCMD and DCMD messages to send messages to Edge Nodes and Devices to change values at
the Edge.

[[introduction_datatypes]]
===== Data Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ timer.
=== Birth and Death Certificates

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