We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
observationServer should be able to handle ACK post requests tp
observationServer
GET
{ "@context": "http://external/doc#", "@id": "/config", "@type": "Configuration", "wifiName": "ISST", "wifiPassword": "ISSTpassword", "username": "superuser", "password": "strongpass", "deviceLabel": "Temperature Device", "locationLabel": "1010", "sleepIntervalMs": 1800000, "observationServer": { "observationHost": "172.1.172.2", "observationPort": 5683, "observationUri": "/temperatureObservation" } }
PUT should support same values
PUT