0.0.6 • Published 4 years ago

beok v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Beok / Hysen HVAC javascript lybrary

Simple javascript library that works locally with Beok / Hysen HVAC thermostats.

Install

To install run:

npm i beok

Usage

import { Beok } from "beok"

const devices = await Beok.discover(5);
const myTerm = devices[0];

if(myTerm.auth()){
    await myTerm.setTemp(20);
}

Related

0.0.5-g

4 years ago

0.0.5-f

4 years ago

0.0.5-e

4 years ago

0.0.5-d

4 years ago

0.0.5-h

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5-c

4 years ago

0.0.5-b

4 years ago

0.0.5-a

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.1

5 years ago