edgexfoundry / core-command-go

3 stars 10 forks source link

Device Rest Endpoints for Command use models.Device instead of CommandResponse #7

Closed trcox closed 6 years ago

trcox commented 6 years ago

Command Service outputs tuned Device objects (in the form of CommandResponse objects).

Diff from Device to CommandResponse: -addressable, -service, -profile +commands as profile.commands

@bullapse