Skip to content
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

JSONLINE only serializing records with float values #15

Closed
farshidtz opened this issue Jan 15, 2020 · 1 comment
Closed

JSONLINE only serializing records with float values #15

farshidtz opened this issue Jan 15, 2020 · 1 comment
Labels
bug Something isn't working non-compliance This doesn't comply to the specifications

Comments

@farshidtz
Copy link
Owner

The code intentionally considers records with float value only. This doesn't seem reasonable.

senml/senml.go

Line 275 in d4c2787

if r.Value != nil {

@farshidtz farshidtz added the bug Something isn't working label Jan 15, 2020
@farshidtz farshidtz changed the title JSONLINE not taking non-float values JSONLINE only serializing records with float values Jan 15, 2020
@farshidtz farshidtz added the non-compliance This doesn't comply to the specifications label Mar 21, 2020
@farshidtz
Copy link
Owner Author

Removed from v2. One may instead implement support for sensml+json for Sensor Streaming Measurement Lists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-compliance This doesn't comply to the specifications
Projects
None yet
Development

No branches or pull requests

1 participant