|
发表于 2021-1-24 21:13:22
|
显示全部楼层
本帖最后由 tiger81 于 2021-1-24 21:49 编辑
Model: chuangmi.camera.ipc013
不支持我的米家小白青春版摄像头,这个摄像头一直无解。希望楼主能支持,谢谢!
{
"type": "urn:miot-spec-v2:device:camera:0000A01C:chuangmi-ipc013:1",
"description": "Camera",
"services": [{
"iid": 1,
"type": "urn:miot-spec-v2:service:device-information:00007801:chuangmi-ipc013:1",
"description": "Device Information",
"properties": [{
"iid": 1,
"type": "urn:miot-spec-v2:property:manufacturer:00000001:chuangmi-ipc013:1",
"description": "Device Manufacturer",
"format": "string",
"access": ["read"]
}, {
"iid": 2,
"type": "urn:miot-spec-v2:property:model:00000002:chuangmi-ipc013:1",
"description": "Device Model",
"format": "string",
"access": ["read"]
}, {
"iid": 3,
"type": "urn:miot-spec-v2:property:serial-number:00000003:chuangmi-ipc013:1",
"description": "Device Serial Number",
"format": "string",
"access": ["read"]
}, {
"iid": 4,
"type": "urn:miot-spec-v2:property:firmware-revision:00000005:chuangmi-ipc013:1",
"description": "Current Firmware Version",
"format": "string",
"access": ["read"]
}]
}, {
"iid": 2,
"type": "urn:miot-spec-v2:service:camera-control:0000782F:chuangmi-ipc013:1",
"description": "Camera Control",
"properties": [{
"iid": 1,
"type": "urn:miot-spec-v2:propertyn:00000006:chuangmi-ipc013:1",
"description": "Switch Status",
"format": "bool",
"access": ["read", "write", "notify"]
}, {
"iid": 2,
"type": "urn:miot-spec-v2:property:image-rollover:00000058:chuangmi-ipc013:1",
"description": "Image Rollover",
"format": "uint16",
"access": ["read", "write"],
"unit": "arcdegrees",
"value-range": [0, 180, 180]
}, {
"iid": 3,
"type": "urn:miot-spec-v2:property:night-shot:00000057:chuangmi-ipc013:1",
"description": "Night Shot",
"format": "uint8",
"access": ["read", "write"],
"value-list": [{
"value": 0,
"description": "Auto"
}, {
"value": 1,
"description": "Off"
}, {
"value": 2,
"description": "On"
}]
}]
}, {
"iid": 3,
"type": "urn:miot-spec-v2:service:p2p-stream:00007881:chuangmi-ipc013:1",
"description": "2P Stream",
"actions": [{
"iid": 1,
"type": "urn:miot-spec-v2:action:start-p2p-stream:00002839:chuangmi-ipc013:1",
"description": "Start P2P Stream",
"in": [],
"out": []
}, {
"iid": 2,
"type": "urn:miot-spec-v2:action:stop-stream:00002822:chuangmi-ipc013:1",
"description": "Stop Camera Stream",
"in": [],
"out": []
}]
}]
}
|
|