golioth / reference-design-template

Template for making new Golioth Reference Design repositories
Apache License 2.0
17 stars 5 forks source link

app_sensors: use CBOR instead of JSON #99

Closed szczys closed 4 months ago

szczys commented 4 months ago

The default Golioth Pipeline for a new project applies to CBOR data and not JSON data. This updates the data type to use CBOR.

NOTE: By default the pipeline will not include the path with the data. The RD Template sends to the "sensor" path, but LightDB data will not be shown under that path unless an inject transform is added.

resolves https://github.com/golioth/devrel-issue-tracker/issues/419