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 task is to coordinate development of JSON RPC2 implementation in #129
These items have been agreed upon:
Define Interface API
The EEBUS service should not start automatically, instead the option to start & stop should be used
Allow only one TCP connection at a time
Monitor active TCP connection and automatically call api.ServiceInterface.Shutdown() on disconnect
Add JSON parsing support for api.DeviceRemoteInterface and api.EntityRemoteInterface nested in structs (e. g. api.UseCaseBaseInterface.RemoteEntitiesScenarios()
...
Please add your suggestions in comments and lets discuss them.
The text was updated successfully, but these errors were encountered:
Monitor active TCP connection and automatically call api.ServiceInterface.Shutdown() on disconnect
Always return all return parameters
Add JSON parsing support for api.DeviceRemoteInterface and api.EntityRemoteInterface nested in structs (e. g. api.UseCaseBaseInterface.RemoteEntitiesScenarios()
The task is to coordinate development of JSON RPC2 implementation in #129
These items have been agreed upon:
api.ServiceInterface.Shutdown()
on disconnectapi.DeviceRemoteInterface
andapi.EntityRemoteInterface
nested in structs (e. g.api.UseCaseBaseInterface.RemoteEntitiesScenarios()
Please add your suggestions in comments and lets discuss them.
The text was updated successfully, but these errors were encountered: