jkbenaim / hs100

CLI tool for TP-Link and Kasa WiFi smart plugs.
70 stars 16 forks source link

failed to send command #17

Open paulfillmore opened 11 months ago

paulfillmore commented 11 months ago

Am I doing something wrong? I've tried in opensuse and ubuntu When I try ./hs100 scan 192.168.86.1 I immediately get the error "failed to send command"

jkbenaim commented 11 months ago

Hello there! It looks like you might have switched the order of the arguments around. Try:

./hs100 192.168.86.1 scan

instead. Note that the address and command have been switched.

Sorry that the error message is not helpful in this case.