Skip to content

Hernas/salus-sq610

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Salus SQ610 Integration Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%