Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Aldaviva Aldaviva released this 17 Feb 07:05
1.1.0
60bd13c
  • #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.