I would like to get the battery status of some devices (in particular a shade) so I used telnet to connect to the processor and issued the following:

?device,<ID>,1,22

and received:

~device,<ID>, 1,22,<hex-value>,<x>,<y>,<date_time_stamp>

the <hex-value> appears to be the serial number associated with the device with integration ID <ID>; what do the values of <x> and <y> imply and what event in time does the <date_time_stamp> indicate?

thanks