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
Hello,
I am working on my oneM2M protocol from which DALI devices are retrieved but I cannot register the devices to any type.
How can I do that? I guess I first have to register a new device type and link it to a protocol in order to be able to register to devices retrieved from the protocol to the associated devices type but I did not find any way to do that, could any one help me on that and correct me if I am heading to wrong direction?
Hello,
I am working on my oneM2M protocol from which DALI devices are retrieved but I cannot register the devices to any type.
How can I do that? I guess I first have to register a new device type and link it to a protocol in order to be able to register to devices retrieved from the protocol to the associated devices type but I did not find any way to do that, could any one help me on that and correct me if I am heading to wrong direction?
Do I need to implement a new Device (ex: https://github.com/Agile-IoT/agile-core/blob/master/org.eclipse.agail.DeviceFactory/src/main/java/org/eclipse/agail/device/base/AgileBLEDevice.java) and if that is the case, how is everything working together? And how do I integrate and test locally this? Can I just add the class into the agile-core modules in agile-dev? If yes, I will have to push it if all is working fine, right?
Thank you :)
The text was updated successfully, but these errors were encountered: