# getApplianceSubtype

获取设备子类型

# 接口调用示例

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