Returns a list of existing sensor models
Path:cs-ws/resources/admin/sensormodel/list Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/sensormodel/list?apikey=1234 HTTP/1.1
HTTP/1.1 200 OK
<sensormodels>
<sensormodel>
<attribute>
<name>testattr1</name>
<type>Number</type>
</attribute>
<name>Test1</name>
</sensormodel>
<sensormodel>
<attribute>
<name>S1</name>
<type>Number</type>
</attribute>
<name>SM1</name>
</sensormodel>
<success>true</success>
</sensormodels>