startMonitoringForRegion 打开或者关闭电子围栏

startMonitoringForRegion ^6.3

打开或者关闭电子围栏

#请求参数

Prop Type Required Default Description
param Object Y {} 属性: enable:{ Type: Number, Default: N/A, Description: 1打开电子围栏 / 2关闭电子围栏 } longitude: latitude: sceneld: deviceld: tempRadius: homegroupId: type:{ Type: Number, Default: 1, Description: 1空调(AI智能舒适优化) / 2家电(家电忘关) } executeType:{ Type: Number, Default: 1, Description: 1出圈执行 / 2进圈执行(默认进出圈都执行) } 请求参数

#接口调用示例

this.$bridge
    .startMonitoringForRegion(param)
    .then(res => {    
      this.$alert(res)
    })
    .catch(err => {
      this.$toast(err)
    })

#返回参数

  • 失败时返回
Prop Type Default Description
errorCode Number N/A -1 创建围栏失败
posted on 2024-12-17 09:30  AtlasLapetos  阅读(24)  评论(0)    收藏  举报