ThingSet / thingset-device-library

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

Introduce "Partial Success" response #5

Open martinjaeger opened 3 years ago

martinjaeger commented 3 years ago

As discussed in https://github.com/LibreSolar/thingset-device-library/pull/4, it could be beneficial to answer with a partial response if the entire response doesn't fit into the buffer.

It has to be decided if this is considered a success or an error and we'd have to assign a response code to it and update the documentation.