Command
API Send Command Calls
Path parameters
cidstringRequiredExample: 
MobiusFlow Command ID
{"value":"ENOCEAN_RADIO_ERP1"}Body
objectOptionalExample: 
Payload of command
{"rorg":"F6","db_0":100,"db_1":80,"db_2":60,"db_3":40,"uid":"12345678","status":23,"subTelNum":1,"dBm":-5}Responses
200
Ok response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
408
Request Timeout
application/json
500
Internal Server Error
application/json
post
/api/v1/mobius/command/{cid}POST /api/v1/mobius/command/{cid} HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 106
{
  "rorg": "F6",
  "db_0": 100,
  "db_1": 80,
  "db_2": 60,
  "db_3": 40,
  "uid": "12345678",
  "status": 23,
  "subTelNum": 1,
  "dBm": -5
}{
  "ts": "2022-12-21T10:25:54.585Z",
  "uri": "ENOCEAN_RADIO_ERP1",
  "data": {
    "result": "OK"
  }
}Last updated
