0.1.3 ā€¢ Published 4 years ago

enercloud-device-mgmt v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

This package contains various methods required for connection between EnerCloud and EnerStation devices

šŸ  Homepage

Install

npm install enercamp-device-mgmt

Usage

const edm = require('enercloud-device-mgmt');

let object = #response object from https://api.enerzcloud.com/device/access-key
return edm.decryptAccessKey(object);

Sample return value:

{
  'username': 'abcd1234',
  'serialNumber': 'ENERSTATION-E1-ABCD'
}

Author

šŸ‘¤ Yuntae Kim

Show your support

Give a ā­ļø if this project helped you!