Update comment

This commit is contained in:
Loic Guegan 2022-06-23 16:07:13 +02:00
parent 6bf4be8b8f
commit 535eb79ad7

View file

@ -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