We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92dfcc commit 9cf81a0Copy full SHA for 9cf81a0
ups.py
@@ -2,6 +2,10 @@
2
#
3
# Uninterruptible Power Supply (UPS) Control
4
5
+# Note:
6
+# User must have sudo rights to be able to perform a system shutdown
7
+#
8
9
# This source file is part of the follwoing repository:
10
# http://www.github.com/microfarad-de/pi-ups
11
@@ -24,10 +28,6 @@
24
28
# You should have received a copy of the GNU General Public License
25
29
# along with this program. If not, see <http://www.gnu.org/licenses/>.
26
30
27
-#
-# Note:
-# User must have sudo rights to be able to perform a system shutdown
31
32
import serial # pip install pyserial
33
import ilock # pip install ilock
0 commit comments