0.34.11 • Published 16 days ago

@busch-jaeger/free-at-home v0.34.11

Weekly downloads
-
License
ISC
Repository
github
Last release
16 days ago

Library for free@home local device api

This api is unstable.

Install

Npm packages for this project are available here.

To install this packages run:

npm install @busch-jaeger/free-at-home

Documentation

The Documentation of this project is available here.

Example

import { FreeAtHome } from '@busch-jaeger/free-at-home';

const freeAtHome = new FreeAtHome();
freeAtHome.activateSignalHandling();

async function main() {
  const virtualSwitch = await freeAtHome.createSwitchingActuatorDevice("123switch", "Virtual Switch");
  virtualSwitch.setAutoKeepAlive(true);
  virtualSwitch.setAutoConfirm(true);
  virtualSwitch.on('isOnChanged', (value) => {
    console.log("switch state is:", (value) ? "on" : "off");
  });
}

main();
0.34.11

16 days ago

0.34.10

27 days ago

0.34.9

1 month ago

0.34.8

2 months ago

0.34.7

3 months ago

0.34.6

3 months ago

0.34.5

3 months ago

0.34.3

3 months ago

0.34.2

3 months ago

0.34.1

3 months ago

0.34.0

3 months ago

0.33.2

4 months ago

0.33.1

5 months ago

0.33.0

5 months ago

0.32.1

6 months ago

0.30.3

7 months ago

0.32.0

6 months ago

0.31.1

7 months ago

0.30.2

8 months ago

0.31.0

7 months ago

0.30.1

8 months ago

0.30.0

8 months ago

0.29.0

10 months ago

0.29.1

9 months ago

0.28.1

11 months ago

0.28.0

11 months ago

0.27.0

11 months ago

0.26.9

12 months ago

0.26.8

12 months ago

0.26.7

1 year ago

0.26.7-1

1 year ago

0.26.7-0

1 year ago

0.26.6-6

1 year ago

0.26.6-5

1 year ago

0.26.6-4

1 year ago

0.26.6-3

1 year ago

0.26.6-2

1 year ago

0.26.6-1

1 year ago

0.26.6-0

1 year ago

0.26.5-0

1 year ago

0.26.4-0

1 year ago