The API is focused on testing devices requirements and features. (eg. SLC's led on/off status).
- Get the Device MAC IP Address from the 8585 HTTP port. (eg. http://<GATEWAY_IP_ADDRESS>:8585/).
- Select "All Documentations" and choose the project (eg. EVB, SLC or Gridsafe).
- Select the version.
- Paste the address on the search tool and press OK.
Then you'll see all the developed features for the device.
The API works using HTTP methods.
The GET method returns a HTTP request based on the information at the "Example" tab:
- RESPONSE: The reply from the device following the Example template.
- CLEAR: Clear the reply string.
- MODEL: It shows each variable meaning, type and description.
- EXAMPLE: Shows an example template for the request.
The PUT method send a HTTP request based on the "Example" tab:
- RESPONSE: Sucess or Error.
- CLEAR: Clear the reply string.
- MODEL: It shows each variable meaning, type and description.
- EXAMPLE: Shows the string example that you should modify before "TRY".
The DELETE method send a HTTP request that usually deletes a variable value (clear) or reset it (set to zero).
- RESPONSE: Sucess or Error.