ipc
Digital video camera.
Device functions available
Function | Mandatory? | Description |
on_off | ✔︎ | Switching the device on and off remotely |
online | ✔︎ | Device availability: offline or online |
Sample description of the camera model
The model is described in accordance with the model structure.
{
"id": "QWERTY124",
"manufacturer": "Xiaqara",
"model": "SM1123456789",
"hw_version": "3.1",
"sw_version": "5.6",
"description": "Xiaqara smart camera",
"category": "ipc",
"features": [
"online",
"on_off",
]
}
Sample description of a user’s camera
The model is described in accordance with the device structure. In the sample there is no description of the camera model, therefore we believe that the models are described in a separate file and it is sufficient to specify only the model ID (in this case, QWERTY124).
{
"id": "ABCD_004",
"name": "My camera",
"default_name": "Smart camera",
"nicknames": [
"IP-camera",
"Intelligent camera",
],
"home": "My home",
"room": "Living room",
"model_id": "QWERTY124",
"hw_version": "3.1",
"sw_version": "5.6"
}