diff --git a/v2/devices.go b/v2/devices.go index e4853ca..06fa3e2 100644 --- a/v2/devices.go +++ b/v2/devices.go @@ -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"` }