ots-m2m/sew-lwm2m-reference-design

Payload for interval requires update in design document and code

Closed this issue · 1 comments

Design Doc should be updated

Main change is that instance ID is added

[
 Object ID,
 Instance ID,
   [
   [BLOCK0],
   [BLOCK1],
   ...
   ]
]

Where a block should have

[
 Interval Start Timestamp,
 Interval Period,
   [
   [SAMPLE0],
   [SAMPLE1],
   [SAMPLE2],
   ...
   ]
]

Readme updated. And code updated. 991b105