vrajroham / python-xbee

Automatically exported from code.google.com/p/python-xbee
MIT License
0 stars 0 forks source link

Add automatic parsing of I/O data in IS at_response packets for ZigBee devices #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At present, I/O data returned in the 'parameter' field of a remote_at_response 
is raw. To process this data into a usable form, one must call:

zb._parse_samples(packet['parameter'])

where zb is a ZigBee object, and packet is a valid remote_at_response for the 
IS AT command with a 'status' of 0x00.

This parsing should happen automatically, in a manner similar to periodic I/O 
data messages.

Original issue reported on code.google.com by pmalms...@gmail.com on 28 Oct 2011 at 2:00

GoogleCodeExporter commented 8 years ago
Fixed as of revision d8b271d44878.

Original comment by pmalms...@gmail.com on 21 Dec 2011 at 7:34