Record Measurements via API
Record Multiple Values at once
Payload Structure
[
{"field": "WATT", "value": msg.payload.watt },
{"field": "AMPERE", "value": msg.payload.ampere},
{"field": "VOLT", "value": msg.payload.volt}
];[{"field":"field1", "value":123.00}, {"field":"field2", "value":"a string"}]URL
The Device-Id (<<device-id>>)

Rate Limiting
Examples
Curl
Javascript
Python
Last updated
Was this helpful?