We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Template Param Value function is missing DateTime in its JS Sparkplug Payload function.
It should be as simple as this o fix:
case 13: // DateTime if (isSet(object.longValue)) return object.longValue;
tahu/javascript/core/sparkplug-payload/lib/sparkplugbpayload.ts
Lines 239 to 242 in 5736e40
Well, according to the documentation (https://www.eclipse.org/tahu/spec/sparkplug_spec.pdf page 75), it should support all "Basic Data Types" (same document, page 84), so there's actually more missing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Template Param Value function is missing DateTime in its JS Sparkplug Payload function.
It should be as simple as this o fix:
tahu/javascript/core/sparkplug-payload/lib/sparkplugbpayload.ts
Lines 239 to 242 in 5736e40
Well, according to the documentation (https://www.eclipse.org/tahu/spec/sparkplug_spec.pdf page 75), it should support all "Basic Data Types" (same document, page 84), so there's actually more missing.
The text was updated successfully, but these errors were encountered: