-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 incore
library. - Test with an implemented
CoapServer
or rather a mockedProtocolServer
.
bivens-dev
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request