- Timestamp:
- Feb 11, 2010, 7:00:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
powerbar/npm4000.py
-
Property svn:executable
set to
*
r65 r74 179 179 [-h|--help] Reading right know 180 180 [-v|--verbose] Print extra communication output 181 --host= IP adress of FQDN hostname [ 192.168.1.178]182 --port= Port to connect to [ 4001]183 --password= iPassword to use in hex notation [0x1234568]181 --host= IP adress of FQDN hostname [%s] 182 --port= Port to connect to [%s] 183 --password= Password to use in hex notation [0x1234568] 184 184 --addresscode= Internal device number in hex notation [0xFFFF] 185 185 [-s|--status] Current port configuration … … 192 192 Actual value of port A1,..,A8,B1,..,B8,C1,..,C8 193 193 All ports all 194 """ % sys.argv[0]194 """ % (sys.argv[0], inet_addr, inet_port) 195 195 196 196 def main(): -
Property svn:executable
set to
Note:
See TracChangeset
for help on using the changeset viewer.