Skip to content

Commit

Permalink
Update examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Jan 7, 2016
1 parent 21cebd8 commit bff4d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/enocean_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
for k in p.parse_eep(0x00, 0x01):
print('%s: %s' % (k, p.parsed[k]))
if p.type == PACKET.RADIO and p.rorg == RORG.RPS:
for k in p.parse_eep(0x02, 0x04):
for k in p.parse_eep(0x02, 0x02):
print('%s: %s' % (k, p.parsed[k]))
except queue.Empty:
continue
Expand Down

0 comments on commit bff4d02

Please sign in to comment.