Added Resolution type

This commit is contained in:
2022-08-02 23:34:21 -07:00
parent 3e348641d8
commit 82d0a5934b
6 changed files with 76 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ func main() {
fmt.Printf("Dev `%s` is not authorized, authorize it to continue.\n", dev.SerialNo)
continue
}
err := dev.GoHome(ctx)
err := dev.Reboot(ctx)
if err != nil {
// handle error here
fmt.Printf("Error: %v\n", err)