eclipse-sparkplug / sparkplug

Sparkplug
Eclipse Public License 2.0
109 stars 39 forks source link

Missing data types in specification? #495

Open RickBullotta opened 9 months ago

RickBullotta commented 9 months ago

There are explicit array data types for many of the primitive types, but not for Text and some of the other metric types.

SeppPenner commented 8 months ago

True, there is also no useful way to add a value as int or long instead of uint or ulong, I guess.

SeppPenner commented 8 months ago

Related issue: https://github.com/eclipse-sparkplug/sparkplug/issues/499.