-
Notifications
You must be signed in to change notification settings - Fork 408
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
Add new object #1606
Comments
I guess your are talking about reusable resource 5527.
For now there is no support of reusable resource : #329 We are not sure this is really useful as in real use case, you need the whole model anyway. See https://github.com/eclipse-leshan/leshan/wiki/Adding-new-objects
I'm confused now because it seems you talk about an object with the ID 5527 but I thought that you talk about a reusable resource 😕 I let you read links I shared and maybe if you still don't get your answer you could try to reformulate ?
See : |
Thank you @sbernard31 What I need is the possibility to include 5527 object support in the server so I can use it with my client device. |
I close the issue. I found what I needed on the webpages provided. Thank you! |
Question
My application contains a String. It is a string about 265 characters max.
I have checked Open Mobile documentation related to objects (https://technical.openmobilealliance.org/OMNA/LwM2M/LwM2MRegistry.html) and I have seen that 5527 object is a String of text. This would be perfect for me.
I tried to create in the Leshan demo server but it does not appear on the web. If I create a temperature object I see there. Is it because it is not an OMA object? Is is possible to include new objects on the demo server?
I tried creating it with the demo client and the response is: Unable to enable Object 5527 : there no model for this object.
How can I include a new model?
The text was updated successfully, but these errors were encountered: