Add support for latest wyze firmware

This commit is contained in:
seydx
2026-01-10 02:42:47 +01:00
parent 263579fa01
commit 84e13d9d22
3 changed files with 399 additions and 125 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ func (c *Client) connect() error {
host = host[:idx]
}
conn, err := tutk.Dial(host, c.uid, c.authKey, c.enr, c.verbose)
conn, err := tutk.Dial(host, c.uid, c.authKey, c.enr, c.mac, c.verbose)
if err != nil {
return fmt.Errorf("wyze: connect failed: %w", err)
}