Packages

A Gleam library for working with the Sparkplug IoT protocol.

Current section

Files

Jump to
sparkleplug include sparkleplug@sparkplug_b@topic_name_NodeMessage.hrl
Raw

include/sparkleplug@sparkplug_b@topic_name_NodeMessage.hrl

-record(node_message, {
namespace :: sparkleplug@sparkplug_b@topic_namespace:topic_namespace(),
group_id :: binary(),
message_type :: sparkleplug@sparkplug_b@node_message_types:node_message_type(),
node_id :: binary()
}).