Loading...
API Send Command Calls
MobiusFlow Command ID
"ENOCEAN_RADIO_ERP1"
Payload of command
Ok response
Timestamp of the response
"2022-12-21T10:25:54.585Z"
URI of the response
Acknowledgement data
Result
const response = await fetch('/api/v1/mobius/command/{cid}', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "rorg": "F6", "db_0": 100, "db_1": 80, "db_2": 60, "db_3": 40, "uid": "12345678", "status": 23, "subTelNum": 1, "dBm": -5 }), }); const data = await response.json();
{ "ts": "2022-12-21T10:25:54.585Z", "uri": "ENOCEAN_RADIO_ERP1", "data": { "result": "OK" } }