Configuration
Optional API token for authentication (if configured)
your_api_tokenapplication/jsonUTF-8Unique serial number of the sensor
282C024FFFB1Data timestamp
1Total number of parts the configuration is divided into
1Index of the currently transmitted configuration part
1Configuration hash (changes with every setting update). Important: If hash = "0", the sensor runs deprecated software and cannot receive configuration updates.
1Unauthorized.
HTTP to CoAP mapping: HTTP 401 or 403 will be converted to CoAP 4.01 UNAUTHORIZED.
Forbidden.
HTTP to CoAP mapping: HTTP 401 or 403 will be converted to CoAP 4.01 UNAUTHORIZED.
Success - Configuration data received successfully. Response body should be empty.
HTTP to CoAP mapping: Any 2xx HTTP status code (200, 201, 204, etc.) will be converted to CoAP 2.01 CREATED.
Note: This endpoint does NOT support returning configuration updates to the sensor. The sensor only sends configuration data and does not expect configuration in response.
Redirection.
HTTP to CoAP mapping: Any 3xx HTTP status code (301, 302, 304, etc.) will be converted to CoAP 5.00 INTERNAL SERVER ERROR.
Client Error.
HTTP to CoAP mapping: Any 4xx HTTP status code (except 401/403) will be converted to CoAP 4.00 BAD REQUEST.
Server Error.
HTTP to CoAP mapping: Any 5xx HTTP status code (500, 502, 503, etc.) will be converted to CoAP 5.00 INTERNAL SERVER ERROR.
No content
Last updated