Topic: Export to WLP - Unit
I'm trying to export to WLP by choosing following option
1. Export From as "Unit"
2. export option as "General properties"
and getting the following content in the WLP file.
{"general":{"hw":"Wialon IPS","n":"Unit Name","ph":"","ph2":"","psw":"","uid":"","uid2":""},"mu":0,"type":"avl_unit","version":"b4"}
Which API you are using to read hw vaue "Wialon IPS". I have tried to get that value using the below API, but no use.
{"svc":"core/search_item","params":{"id":*****,"flags":9007199254740991}}
J Prabhu