0.0.6 • Published 5 years ago

beok v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.5-f

5 years ago

0.0.5-e

5 years ago

0.0.5-d

5 years ago

0.0.5-h

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.5-c

5 years ago

0.0.5-b

5 years ago

0.0.5-a

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.6

5 years ago

0.0.1

6 years ago