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
Original issue reported on code.google.com by
pmalms...@gmail.com
on 28 Oct 2011 at 2:00