0.0.6 • Published 2 years ago

solidmation v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

BGH Solidmation

Solidmation API made with Typescript.

Installation

yarn add solidmation

Usage

import { Solidmation } from 'solidmation';

const solidmation = new Solidmation();
await solidmation.login("user", "password");

const devices = await solidmation.getDevices();
devices[0].setStatus({ mode: 1 });

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

3 years ago