summaryrefslogtreecommitdiff
path: root/esds
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-06-23 16:07:13 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-06-23 16:07:13 +0200
commit535eb79ad7d781915a6999313683113602369989 (patch)
tree887e4dba715982e903e3b6e66fc18a635a949187 /esds
parent6bf4be8b8f3863c65f47d37c0be182971f9360bc (diff)
Update comment
Diffstat (limited to 'esds')
-rw-r--r--esds/plugins/power_states.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/esds/plugins/power_states.py b/esds/plugins/power_states.py
index c9357c7..880c2d1 100644
--- a/esds/plugins/power_states.py
+++ b/esds/plugins/power_states.py
@@ -26,7 +26,7 @@ from .node_plugin import NodePlugin
# #Regarding PowerStatesFromFile:
# #Format of <file> is one <entry> per line that follow this format <state-0>:<state-1>:...:<state-n>
-# #Each line can corresponds to one node
+# #Each line can corresponds to one node (line 0 for node 0 etc..)
# import Powerstates as ps
# pstates=ps.PowerStatesFromFile(<node>,<file>,<entry-line>) # Create a power states on node <node> using line <entry-line> of file <file>
# pstates.set_state(<id>) # Switch to the <id> power states