How to add the below devices information as part of the Inventory attributes in DXO2
These attributes are available in the Spectrum UI but not in DXO2.
DX O2
Follow the below steps to enable the additional attributes
For TasConfig.xml
<attribute>
<id>0x210ffa</id>
<name>firmwareversion</name>
<notifychange>true</notifychange>
</attribute>IMPORTANT: add the new attributes inside of the device attributes section. for example to add sysUpTime or Internal_SysDescr
For InventoryPayload.xml
<requested-attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="0x210ffa" xsi:type="requested-attribute"/>
For InventorySubscriptionPayload.xml
<attrs id="0x210ffa" notify-of-changes="true"/>