Open DerAndereAndi opened 1 week ago
Some suggestions:
api.ServiceInterface.Shutdown()
on disconnectapi.DeviceRemoteInterface
and api.EntityRemoteInterface
nested in structs (e. g. api.UseCaseBaseInterface.RemoteEntitiesScenarios()
I've created https://github.com/enbility/eebus-go/pull/131 to clean up the return parameters a bit
The task is to coordinate development of JSON RPC2 implementation in https://github.com/enbility/eebus-go/pull/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.