ob.js comes from vue.js and is used to observe/watch Object/Array/Class
A typescript library for managing javascript objects
```js import sdk from 'ob-js-sdk/index.js'; ``` # 配置方式 ```js sdk.config({ url: `https://aliiot.on-bright.com/api`, appid: `xxxxxxxx`, appKey: `xxxxxxxxx` })
ob开放控制SDK
smart-observe comes from Vue.js and is a small, efficient library for observing changes of javascript Object, Array and Class.