When using the LWM2M SEND operation, leshan uses a different format,
called timestamped. In order to process SEND requests, this commit adds
a new timestamped serializer.
An Endpoint can send multiple resources with the SEND request at once.
In case multiple endpoints are send, django summarizes all of them
(regardless of the object) and links them to a new event. The name of
the event is the object of the first resource. In the example payload
below, the event name would be "3303".
TODO:
[ ] update documentation.
When using the LWM2M SEND operation, leshan uses a different format, called timestamped. In order to process SEND requests, this commit adds a new timestamped serializer.
An Endpoint can send multiple resources with the SEND request at once. In case multiple endpoints are send, django summarizes all of them (regardless of the object) and links them to a new event. The name of the event is the object of the first resource. In the example payload below, the event name would be "3303".
Example SEND Operation: