# getCurrentHomeCacheAppliances H5 获取当前家庭下APP缓存的设备,3.8版本启用

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

window.bridge.getCurrentHomeCacheAppliances(
            {},
            res => {
                console.log(res)
            },
            e => {
                console.log(e)
            }
        )

# 接口返回示例