1.3.8 • Published 2 years ago

fitbit-file-messaging v1.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Drop-in replacement for Fitbit peer socket messaging - just replace the imports (in both app and companion)

- import * as messaging from 'messaging';
+ import * as messaging from 'fitbit-file-messaging';
messaging.peerSocket.onmessage = evt => {
    // this code doesn't change
}
messaging.peerSocket.addEventListener('open', evt => {
    // this code doesn't change
})
messaging.peerSocket.send(data)

This messaging uses file transfer under the hood, so it's more reliable than regular messaging.

1.3.8

2 years ago

1.3.7

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago