Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] Write request with object uri

Dear leshan developers,

 

I have a question regarding org.eclipse.leshan.core.request.WriteRequest class. On line 318 you forbid creation of WriteRequest for object, even though specification gives example of sending write request with object uri. Page 57 of OMA-TS-LightweightM2M-V1_0_2-20180209-A  specification has following example:

{“bn”:“/72/“,

“e”:[ {"n":"1/2","v":22.4,"t":-5},

{"n":"1/2","v":22.9,"t":-30},

{"n":"1/2","v":24.1,"t":-50}],

"bt":25462634 }. Are you planning on supporting this feature?

 

Best regards,

Bojan Petrović



Back to the top