发现家里的鹿客猫眼也是miot协议,但是发现数据格式有点不一样,有一个enents字段,不知道是不是插件现在不支持这种类型
{
"type":"urn:miot-spec-v2:device:video-doorbell:0000A03A:loock-v01:1",
"description":"Video Doorbell",
"services":[
{
"iid":1,
"type":"urn:miot-spec-v2:service:device-information:00007801:loock-v01:1",
"description":"Device Information",
"properties":[
{
"iid":1,
"type":"urn:miot-spec-v2:property:manufacturer:00000001:loock-v01:1",
"description":"Device Manufacturer",
"format":"string",
"access":[
"read"
]
},
{
"iid":2,
"type":"urn:miot-spec-v2:property:model:00000002:loock-v01:1",
"description":"Device Model",
"format":"string",
"access":[
"read"
]
},
{
"iid":3,
"type":"urn:miot-spec-v2:property:serial-number:00000003:loock-v01:1",
"description":"Device Serial Number",
"format":"string",
"access":[
"read"
]
},
{
"iid":4,
"type":"urn:miot-spec-v2:property:firmware-revision:00000005:loock-v01:1",
"description":"Current Firmware Version",
"format":"string",
"access":[
"read"
]
}
]
},
{
"iid":2,
"type":"urn:miot-spec-v2:service:video-doorbell:00007863:loock-v01:1",
"description":"Video Doorbell",
"properties":[
{
"iid":1,
"type":"urn:miot-spec-v2:property:current-time:00000098:loock-v01:1",
"description":"Current Time",
"format":"string",
"access":[
]
}
],
"events":[
{
"iid":1,
"type":"urn:miot-spec-v2:event:doorbell-ring:00005013:loock-v01:1",
"description":"Doorbell Ring",
"arguments":[
1
]
}
]
},
|