0.0.6 • Published 2 years ago

beok v0.0.6

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

2 years ago

0.0.5-f

2 years ago

0.0.5-e

2 years ago

0.0.5-d

2 years ago

0.0.5-h

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5-c

2 years ago

0.0.5-b

2 years ago

0.0.5-a

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

4 years ago