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

Adding EID support #3

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

Conversation

Stimfarmer
Copy link

No description provided.

Comment on lines +176 to +180
version: data.readUInt8(1),
battery: data.readUInt16BE(2),
temperature: data.readInt16BE(4) / 256,
pdu: data.readUInt32BE(6),
time: data.readUInt32BE(10)

Choose a reason for hiding this comment

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

It seems like this is going to break the external API. Is that really necessary?

Copy link
Author

Choose a reason for hiding this comment

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

I agree, its not necessary

"bluetooth-hci-socket": "^0.5.1",
"debug": "^3.1.0",
"eddystone-url-encoding": "^1.0.1",
"noble": "^1.9.1",

Choose a reason for hiding this comment

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

This library should be using @abandonware/noble and @abandonware/bluetooth-hci-socket.

Copy link
Author

Choose a reason for hiding this comment

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

This was built with the previous repo

@rzr
Copy link

rzr commented Mar 11, 2020

please rebase and resolve conflicts

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.

3 participants