Example DIY project: Temperature box
Received | Value |
---|---|
You can choose the subscription model by each field.
You can choose the publicity model by each field.
If you want to delete your field, please switch it back to the free subscription and mark it to delete here. We will delete it soon.
https://api.iotguru.cloud/measurement/create/{nodeKey}/{field}/21.00
pub/{userShortId}/{deviceShortId}/{nodeShortId}/{field}
float value = 21.00; HTTPClient http; http.useHTTP10(true); http.setTimeout(8000); http.begin("http://api.iotguru.cloud/measurement/create/{nodeKey}/{field}/" + value); http.GET(); http.end();