You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BaseObjectEnabler.java on line 374 there is a comment, saying that the method should be implemented there, but from what I gathered, to implement this method there has to be Collection of instances, similarly to how it is done here. What sould be done in this situation?
The text was updated successfully, but these errors were encountered:
BaseObjectEnabler implements LwM2mObjectEnabler which have a getAvailableInstanceIds() methods, should it help ?
By the way, are you trying to implement write attribute support at client side ?
If yes, you should maybe first try to handle the more challenging part first ? (see #534 (comment))
Question
In BaseObjectEnabler.java on line 374 there is a comment, saying that the method should be implemented there, but from what I gathered, to implement this method there has to be Collection of instances, similarly to how it is done here. What sould be done in this situation?
The text was updated successfully, but these errors were encountered: