Vicki LoRa
Get device data
POST /provider/fetchContent-Type: application/json
Authorization: Bearer {access_token}{
"serial_number" : "{Vicki Serial Number}"
}{
"provider": {
"mac": "0******6",
"version": 1,
"uptime": "2020-11-24T17:35:20.024Z",
"displayDigits": 23, //digits in range 5-30; to be regarded as Target Temperature
"temperature": 15.4296875, // ambient temperature in celsius
"humidity": 99.609375, // relative ambient humidity in %
"motorRange": 506, // total range of the step motor
"motorPosition": 0, // current position of the step motor
"batteryVoltage": 3,
"ip": "",
"port": 24189,
"openWindow": false, //If open window event was detected and the settings
are currently executed, field “openWindow” will be true;
"childLock": false,
"pendingCommandStatus": {
"statusOfLastDisplayDigitsCommand": "sent",
"statusOfLastMotorPositionCommand": "sent",
"pendingDisplayDigits": null,
"pendingMotorPosition": null,
"lastUnsentToDeviceCommand": null
},
"online": true,
"timeOfRecord": "2020-11-24T17:36:00.905Z"
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Set motor position Only
Set Target Temperature
Set Motor Position and Target Temperature
Set Open Window
Get Open Window
Child Lock
Set Min/Max Range
Get Min/Max Range
Summer Mode
Summer ModeForce Close Vicki
Set KeepAlive Time
Assign Vicki to Mom
Last updated