Hello
We're trying to add a JSON device to an on premise RMS system (version 2.4) via API function. We're using curl for that. When choosing New -> JSON device then after few seconds the system says "Device initialization failed", when pressing OK, the system still keeps on waiting for a new device. When sending first command (without token and deviceid) then the server responses: 400 bad request.
The command that we are using:
curl -v -H "Content-Type: application/json" -H "Expect: 100-continue" -H "Connection: Close" -d '{"Name":"proov","Serial":1551,"Values":[{"Index":1,"Typ":1,"Unit":"%rh","Value":35.6},{ "In dex":2,"Typ":2,"Unit":"°C","Value":23.5}]} http://serverip/wService/wService3.D...UpdateDataJson
Can anyone help?
We're trying to add a JSON device to an on premise RMS system (version 2.4) via API function. We're using curl for that. When choosing New -> JSON device then after few seconds the system says "Device initialization failed", when pressing OK, the system still keeps on waiting for a new device. When sending first command (without token and deviceid) then the server responses: 400 bad request.
The command that we are using:
curl -v -H "Content-Type: application/json" -H "Expect: 100-continue" -H "Connection: Close" -d '{"Name":"proov","Serial":1551,"Values":[{"Index":1,"Typ":1,"Unit":"%rh","Value":35.6},{ "In dex":2,"Typ":2,"Unit":"°C","Value":23.5}]} http://serverip/wService/wService3.D...UpdateDataJson
Can anyone help?
Comment