Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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