robyoung / tplinker

A rust library to query and control TPLink smart plugs and smart lights.
https://crates.io/crates/tplinker
21 stars 10 forks source link

Cloud support? #17

Open ShayBox opened 1 year ago

ShayBox commented 1 year ago

Could cloud support for interacting with these devices be added?
I understand it's a largely different way of communicating than this library already does, but it would be nice to have both in one library and it be as inter-changeable as possible, than to have two different libraries.

robyoung commented 1 year ago

My gut feeling is that this should live in a separate library. However if you'd like to submit a PR I would take a look. If it doesn't feel like it would fit then I'd be happy to help you set up a separate crate.