2.0.1 • Published 4 years ago

ble-scale-yunchen v2.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

BLE Scale Yunchen

Read weight and body measurements via BLE from a yunchen digital weight scale.

Usage

const profile: YunchenScaleProfile = {
  gender: YunchenScaleProfileGender.Male,
  age: 30,
  height: 180,
  waistCircumference: 80,
  hipCircumference: 90
}

await DiscoveryService.startScanning(scale => {
  const measurement = await scale.getMeasurement(profile)
  console.log(measurement)
})
2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago