Skip to content

Commit

Permalink
Update devices.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hosom authored Nov 25, 2024
1 parent c1c7356 commit 2e20d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ type Device struct {
MachineKey string `json:"machineKey"`
NodeKey string `json:"nodeKey"`
OS string `json:"os"`
TailnetLockError string `json:"tailnetLockError"`
TailnetLockKey string `json:"tailnetLockKey"`
UpdateAvailable bool `json:"updateAvailable"`
}

Expand Down

0 comments on commit 2e20d8e

Please sign in to comment.