Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write operation for resources with multiple instance #110

Closed
BenGant opened this issue Mar 29, 2016 · 2 comments
Closed

write operation for resources with multiple instance #110

BenGant opened this issue Mar 29, 2016 · 2 comments

Comments

@BenGant
Copy link

BenGant commented Mar 29, 2016

Does leshan support write for resource with multiple instances?
I see in js file you forbid adding write button for this type resources.
(if(scope.resource.def.instancetype != "multiple"))

@sbernard31
Copy link
Contributor

The Leshan Server Demo does not support write for multi instance
resource. But Leshan API support it.
see
https://github.com/eclipse/leshan/blob/master/leshan-core/src/main/java/org/eclipse/leshan/core/request/WriteRequest.java#L173

@BenGant
Copy link
Author

BenGant commented Mar 29, 2016

Thanks for your answer!

@BenGant BenGant closed this as completed Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants