Skip to content

Commit

Permalink
encode the device alias in the grpc response (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed May 2, 2019
1 parent af15ebc commit 91121ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ func (device *Device) encode() *synse.V3Device {
Id: device.id,
Type: device.Type,
Info: device.Info,
Alias: device.Alias,
Metadata: device.Metadata,
SortIndex: device.SortIndex,
Tags: tags,
Expand Down

0 comments on commit 91121ac

Please sign in to comment.