Skip to content

Commit

Permalink
Update lowlevel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored Aug 11, 2016
1 parent 99bbb82 commit bacd7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFXtrx/lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def _set_strings(self):
if self.cmd2 in self.COMMANDS:
self.cmnd_string = self.COMMANDS[self.cmd2]
else:
self.cmnd_string = self._UNKNOWN_CMND.format(self.cmd2)
self.cmnd_string = self._UNKNOWN_CMND.format(self.cmd)


###############################################################################
Expand Down

0 comments on commit bacd7d5

Please sign in to comment.