# getCurrentHomeCacheAppliances

获取当前家庭缓存的设备列表

# 接口调用示例

this.$bridge.getCurrentHomeCacheAppliances().then(res => {
    console.log(res)
})
1
2
3