Reputation: 23
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?
Upvotes: 0
Views: 160
Reputation: 26
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"
Upvotes: 1