Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deviceStatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}

metadata["/hw-deviceid"] = string(d.ID())
metadata["/intermediate-context"] = d.IntermediateContext()

Check failure on line 42 in deviceStatus.go

View workflow job for this annotation

GitHub Actions / ci / Build Go Program

d.IntermediateContext undefined (type device.Interface has no field or method IntermediateContext)

Check failure on line 42 in deviceStatus.go

View workflow job for this annotation

GitHub Actions / ci / Go Unit Tests

d.IntermediateContext undefined (type device.Interface has no field or method IntermediateContext)
return metadata
}

Expand Down
Loading