Releases: Aldaviva/Kasa
Releases · Aldaviva/Kasa
Release list
1.1.0
- #11, #3, #10: Added support for multi-socket outlets such as the EP40
- Thanks to John M. McKeon for the generous donation of an EP40 to develop with
- Separated naming of "outlets" and "sockets" in the API
- Outlets are entire devices, which can each have multiple sockets
- Sockets are the AC receptacles that you insert a plug into
- An EP40 is an outlet with two sockets, while an EP10 is an outlet with one socket
- Some methods like
System.IsOutletOnandSystem.SetOutletOnwere therefore incorrectly named, and have been deprecated in favor of the newSystem.IsSocketOnandSystem.SetSocketOn, which do the same thing. The deprecated methods will continue to work and won't be removed.