Packages

A Gleam library for working with the Sparkplug IoT protocol.

Current section

Files

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

include/sparkleplug@sparkplug_b@topic_name_DeviceMessage.hrl

-record(device_message, {
namespace :: sparkleplug@sparkplug_b@topic_namespace:topic_namespace(),
group_id :: binary(),
message_type :: sparkleplug@sparkplug_b@device_message_types:device_message_type(),
node_id :: binary(),
device_id :: binary()
}).