Energenie EG-PMS User Manual Page 18

  • Download
  • Add to my manuals
  • Print
  • Page
    / 30
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 17
pickups Documentation, Release 0.7.0
Raises None
turn_off_failure()
Turn off powersocket two to turn off failure lamp. Write output of the powersocket daemon to
/dev/null.
Returns None
Raises None
turn_on_running()
Turn on powersocket three, when a build is running Write output of the powersocket daemon to
/dev/null.
Returns None
Raises None
turn_off_running()
Turn on powersocket three indicating nothing is running. Write output of the powersocket daemon to
/dev/null.
Returns None
Raises None
get_status()
Get status of all manageable powersockets.
Returns A key, value style dictionary indicating the status of each powersocket like {1:
’on’, 2: ’off’}
Return type Dictionary
Raises None
Module contents This module implements everything to handle a EnerGenie EG-PMS2 powerplug.
Submodules
basefeedback
class pickups.feedback.basefeedback.BaseFeedback
Bases: object
BaseFeedback is an abstract metaclass defining what functionality a feedback device class should have to work
with a pickups class. A pickups class will use the implemented methods of a child of BaseFeedback to handle
an actual feedback device.
Initialize the feedback device.
turn_on_success()
Turn the success indicating thing on. One could use this in connection with turn_off_failure()
turn_off_success()
Turn off the success indicating thing. One could use this in connection with turn_on_failure().
turn_on_failure()
Turn on a failure indicating thing. One could use this in connection with turn_off_success().
turn_off_failure()
Turn off a failure indicating thing. One could use this in connection with turn_on_success().
14 Chapter 3. Contents:
Page view 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 29 30

Comments to this Manuals

No comments