Changeset 74
- Timestamp:
- 02/11/10 19:00:35 (7 months ago)
- File:
-
- 1 edited
-
powerbar/npm4000.py (modified) (2 diffs, 1 prop)
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():
Note: See TracChangeset
for help on using the changeset viewer.
