File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ func watchList(cmd *cobra.Command, inst *rpc.Instance) {
105
105
Address : event .Port .Port .Address ,
106
106
Protocol : event .Port .Port .Protocol ,
107
107
ProtocolLabel : event .Port .Port .ProtocolLabel ,
108
+ HardwareID : event .Port .Port .HardwareId ,
108
109
Properties : event .Port .Port .Properties ,
109
110
Boards : event .Port .MatchingBoards ,
110
111
Error : event .Error ,
@@ -181,6 +182,7 @@ type watchEvent struct {
181
182
Label string `json:"label,omitempty"`
182
183
Protocol string `json:"protocol,omitempty"`
183
184
ProtocolLabel string `json:"protocol_label,omitempty"`
185
+ HardwareID string `json:"hardwareId,omitempty"`
184
186
Properties map [string ]string `json:"properties"`
185
187
Boards []* rpc.BoardListItem `json:"boards,omitempty"`
186
188
Error string `json:"error,omitempty"`
You can’t perform that action at this time.
0 commit comments