first functional version

This commit is contained in:
2021-12-10 15:15:21 -06:00
parent 4278e622ce
commit c9ad2a10f5
5 changed files with 56 additions and 24 deletions

View File

@@ -1,5 +1,9 @@
package tplink
// Credit to:
// sausheong - https://github.com/sausheong/hs1xxplug
// jaedle - https://github.com/jaedle/golang-tplink-hs100/blob/master/internal/connector/connector.go
import (
"bufio"
"bytes"