ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
14 stars 6 forks source link

Add statement function for individual records #39

Closed martinjaeger closed 2 years ago

martinjaeger commented 2 years ago

This allows to publish records rather than having to request them one by one.

Some refactoring was necessary to avoid code duplication.