Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 624 Bytes

Salus iT600

A JavaScript package to communicate with Salus internet connected thermostats.

Installation

npm install salus-it600-pack

Usage

const Salus = require("salus-it6000-pack");
const salus = new Salus({ username: "example@email.com", password: "password", thermostatModels: ["model_1","model_2"] });

// get devices (only thermostats)
await salus.getDevices().then(res => console.log(res))

Contributing

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

Please make sure to update tests as appropriate.