upgrades supporting modules and corrects type mismatch

This commit is contained in:
2023-11-19 12:17:34 -06:00
parent e2f737884c
commit 4258d307cc
6 changed files with 38 additions and 831 deletions

View File

@@ -3,7 +3,8 @@ package main
import (
"fmt"
"time"
"tplink/internal/tplink"
"github.com/TheSp1der/tplink"
)
func switchDevice(host string, id int, state bool) (string, error) {