0.0.5 • Published 4 years ago

aqara-sdk v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

aqara-sdk

// https://opencloud.aqara.cn/opencloud/api
const aqara = require('aqara-sdk');
aqara.oauth2.setCredentials({ clientId, clientSecret, account, password });
aqara.resource.options({ auth: aqara.oauth2 });
(async() => {
  const result = await aqara.resource.query(devId, attrs);
  await aqara.resource.subscribe(devId, attrs);
})();
0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago