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
The interface is already defined in the scripting_api library and an ExposedThing class exists in the core library, but it is currently missing implementations for the methods it should provide according to the API specification. One prerequisite for a working ExposedThing is also a ProtocolServer implementation which in our case should be a basic CoapServer.
Implementation steps
Implement ExposedThing methods in core library.
Test with an implemented CoapServer or rather a mocked ProtocolServer.
The text was updated successfully, but these errors were encountered:
The interface is already defined in the
scripting_api
library and anExposedThing
class exists in thecore
library, but it is currently missing implementations for the methods it should provide according to the API specification. One prerequisite for a workingExposedThing
is also aProtocolServer
implementation which in our case should be a basicCoapServer
.Implementation steps
ExposedThing
methods incore
library.CoapServer
or rather a mockedProtocolServer
.The text was updated successfully, but these errors were encountered: