2.3.0 • Published 7 years ago

yeelight-wifi v2.3.0

Weekly downloads
37
License
MIT
Repository
github
Last release
7 years ago

yeelight-wifi

Greenkeeper badge CircleCI codecov

The Yeelight WiFi Lib docs are located here.

Using npm:

$ npm i --save yeelight-wifi

In Node.js:

const YeelightSearch = require('yeelight-wifi');

const yeelightSearch = new YeelightSearch();
yeelightSearch.on('found', (lightBulb) => {
  lightBulb.toggle()
    .then(() => {
      console.log('toggled');
    })
    .catch((err) => {
      console.log(`received some error: ${err}`);
    });
});
2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.1

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago