Skip to content

Commit

Permalink
not relevant for this prober
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnykv committed Aug 1, 2014
1 parent 3188ada commit ef83757
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kamstrup.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ def readvar(self, nbr):
parser = argparse.ArgumentParser()
parser.add_argument('host', help='Hostname or IP or Kamstrup meter')
parser.add_argument('--port', type=int, help='TCP port', default=1025)
parser.add_argument('--registerfile', dest='registerfile', help='Reads registers from previous dumps files instead of'
'bruteforcing the meter.')
parser.add_argument('--comaddress', dest='communication_address', default=0x3f)
args = parser.parse_args()

Expand Down

0 comments on commit ef83757

Please sign in to comment.