Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added options to constructor #35

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

slowlearner
Copy link

Added options in the constructor:

bindHost: currently the app binds only to 0.0.0.0. Made it possible to override this.
unbindHosts: i'm not very familiar with the term here but you can rename it if you please. In my use case addMembership is causing an 'address already in use error' when another
app is using an existing interface for multicasing.

jwarby and others added 6 commits February 15, 2019 21:20
Added new `sensorState` event to deliver light sensor illumination values,
and added `requestUpdate` function for getting a fresh report from the gateway.

Consumers should probably ensure they are using `gateway.once('ready', ...)`
instead of `gateway.on('ready', ...)` to avoid processing multiple 'ready'
events for the same gateway.
@@ -1,7 +1,7 @@
{
"name": "lumi-aqara",
"description": "Control your Xiaomi Smart Home devices with this Lumi Aqara library",
"version": "0.0.0-development",
"version": "1.7.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you delete this change ? The versioning is done automatically by semantic-release. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants