edgexfoundry / device-sdk-c

Owner: Device WG
Apache License 2.0
41 stars 42 forks source link

Add devices add/remove command support #41

Closed iain-anderson closed 3 years ago

iain-anderson commented 5 years ago

See also https://github.com/edgexfoundry/device-sdk-go/issues/19 Issue a command with arguments after a device is added or before it is removed. Commands and arguments defined in the Device configuration as AddDeviceCmd / AddDeviceArgs and RemoveDeviceCmd / RemoveDeviceArgs (Arguments in JSON just as they are in a REST request).

iain-anderson commented 3 years ago

I'm closing this issue and the corresponding one in GoSDK. If we get requirements / use case in future we can reconsider but the solution will not necessarily look like this.