TPLinker
A rust library to query and control TPLink smart plugs and smart lights.
Inspired and influenced by pyHS100 and hs100api.
Work in progress
Usage
Discovery:
use discover;
Devices
let plug = HS100::new("192.1.1.10:9999")?;
plug.is_on()
plug.switch_on()