0.0.5 • Published 6 years ago

aqara-sdk v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago