EM300-CL – Available Services
This topic provides IDs of services that can be invoked on EM300-CL.
Usage
- Workflow
-
- Copy the snippet of the desired service.
- If input parameters are required, fill in the values and remove the comments.
- Use it as the body parameters of Invoke Device Services Asynchronously .
- Example
-
POST /device/openapi/v1/devices/1737019327786467329/services/call HTTP/1.1 Host: milesight.demo.com Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Inxxxxxxxxxxxxxx Content-Type: application/x-www-form-urlencoded User-Agent: OpenAPI { "serviceId": "reboot", "inputs": {} }
Supported services
Service ID
- Reboot
-
{ "serviceId": "reboot", "inputs": {} }
- Query Capacitor Calibration Value
-
{ "serviceId": "get_cap_cal", "inputs": {} }
- Query Capacitor Value
-
{ "serviceId": "get_cap_collect", "inputs": {} }
- Query Capacitance Judgement Value
-
{ "serviceId": "get_cap_judge", "inputs": {} }
- Full Liquid Calibration
-
{ "serviceId": "sensor_cal", "inputs": {} }
- Query Device Status
-
{ "serviceId": "query_device_status", "inputs": {} }