Hi,
I have tried with these methods, and could obtain the .xml file
https://yourserver/api/table.xml?content=sensors&columns=objid,comments&login=[user]&password=[password]
https://yourserver/api/table.xml?content=sensors&columns=objid,comments&login=[user]&passhash=[passwordhash]
inside the .xml file a list of object id and someone without comment and other with "Ethernet" comment, but it doesn't make much sense.
<objid>2114</objid>
</item>
<item>
<objid>2115</objid>
<comments>Ethernet</comments>
</item>
<item>
<objid>2116</objid>
<comments>Ethernet</comments>
in the sensor comment we have the Customer name and device info and we need to know if are present
Add comment