You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.IsOutletOn and System.SetOutletOn were therefore incorrectly named, and have been deprecated in favor of the new System.IsSocketOn and System.SetSocketOn, which do the same thing. The deprecated methods will continue to work and won't be removed.