Ask Your Question

Revision history [back]

The json has those same values but in the display format, i.e. decimal rather than hex. Eg.

"zbee_zcl_se.pp.attr_id": "1308" is the value in decimal from <field name="zbee_zcl_se.pp.attr_id" **showname="Attribute: Current Day Cost Consumption Delivered (0x051c)"** size="2" pos="10" show="1308" value="1c05"/> which has the raw little-endian value, "0x051c" and the raw hex value "1c05".

json just provides field names and values, xml is much more descriptive.