How can I access device configuration from an EFENTO COAP loader on a server?

136 Views Asked by At

I have access to COAP server. I want to change a device configuration. I dont see any API path where i can post the certain device configuration. The documentation only provides tutorial for using EFENTO cloud.

Any clue about the API path?

1

There are 1 best solutions below

0
Efento On BEST ANSWER

You need to send the new configuration in the payload (JSON) of the HTTP response sent to Efento CoAP loader by your application. The documentation is here: https://getefento.com/library/efento-nbiot-sensors-coap-loader-integration/ in section titled "Changing sensor’s settings"