Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trickfilm400/senec-ies
Nodejs-API for accessing senec-ies data via http
https://github.com/trickfilm400/senec-ies
nodejs nodejs-api npm npm-module npm-package senec senecies
Last synced: 2 days ago
JSON representation
Nodejs-API for accessing senec-ies data via http
- Host: GitHub
- URL: https://github.com/trickfilm400/senec-ies
- Owner: Trickfilm400
- Created: 2022-06-14T06:06:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T08:43:44.000Z (5 months ago)
- Last Synced: 2024-09-19T17:18:21.447Z (about 2 months ago)
- Topics: nodejs, nodejs-api, npm, npm-module, npm-package, senec, senecies
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@trickfilm400/senec-ies
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# senec-ies
This NPM package provides a full nodejs-api for senec.ies devices to fetch the data.
## Usage
- Install NPM package from GitHub.
- Function return a Promise## Example
```typescript
import SenecIES from "@trickfilm400/senec-ies";
const client = new SenecIES(" {
console.log(res);
/*
* {
responseSchema: EnergyValues;
validPacket: boolean;
}
*
*
*/
}).catch(console.error);
```© 2022 Trickfilm400