1.1.7 • Published 2 years ago

salus-it600-pack v1.1.7

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

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.

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago