# getBindGoogleHome

获取Google Home绑定状态

# 参数代码示例

// 获取Google Home绑定状态
this.$bridge.getBindGoogleHome().then(res => {
    console.log(res)
})
1
2
3
4