1.0.9 • Published 9 months ago

ob-js-sdk v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

引入方式

import sdk from 'ob-js-sdk/index.js';

配置方式

sdk.config({
  url: `https://aliiot.on-bright.com/api`,
  appid: `xxxxxxxx`,
  appKey: `xxxxxxxxx`
})

查询对应门锁的报警记录

sdk.thirdOpenPageFingerRecord({
  pageNo:1,
  pageSize:10,
  serialId: `xxxx`
}).then((res)=>{
})

给指定的门锁下发门锁密码

sdk.thirdOpenSendPwd({
  endTime: '',
  nickName: '',
  serialId:``,
  startTime: ``
}).then((res)=>{
})

获取设备列表

sdk.thirdOpenDeviceList({
  customerId: '',
  oboxSerialId: '',
  deviceType:``,
  deviceChildType: ``,
  pageNo:1,
  pageSize:10,
}).then((res)=>{
})

获取网关列表

sdk.thirdOpenOboxList({
  customerId: '',
  pageNo:1,
  pageSize:10,
}).then((res)=>{
})

获取社区列表

sdk.thirdOpenCustomerList({
  pageNo:1,
  pageSize:10,
}).then((res)=>{
})
1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago