Skip to content

Releases: Stevie-Ray/hangtime-grip-connect

0.5.9

25 Oct 19:40
Compare
Choose a tag to compare
  • Fix potential memory leaks & race conditions

Full Changelog: 0.5.8...0.5.9

0.5.8

18 Oct 08:28
Compare
Choose a tag to compare
  • Use all ForceBoard data points.
  • Remove Progressor struct helper

Full Changelog: 0.5.7...0.5.8

0.5.7

16 Oct 20:35
Compare
Choose a tag to compare
  • Make active, download & tare device specific
  • Use private for internal functions
  • Reverse tare for Entralpi Weight Scale
  • Remove IsDevice helper functions, use instanceof: device instanceof Progressor

Full Changelog: 0.5.6...0.5.7

0.5.6

14 Oct 18:52
Compare
Choose a tag to compare
  • Fix download function WH-C06
  • Add custom isConnected and onDisconnect logic for WH-C06
  • Make Kilter Board internal functions private

Full Changelog: 0.5.5...0.5.6

0.5.5

13 Oct 11:16
Compare
Choose a tag to compare
  • Fix download logic for Entralpi and Force Board

Full Changelog: 0.5.4...0.5.5

0.5.4

12 Oct 16:03
Compare
Choose a tag to compare

Add PitchSix Force Board Portable - Stream, Stop & Temperature Support #2

Full Changelog: 0.5.3...0.5.4

0.5.3

08 Oct 19:05
Compare
Choose a tag to compare
  • Move variables to device Classes
  • Remove device references from examples
  • Move Commands to device
  • Update Force Board characteristics #2 thanks @adrianlzt

Full Changelog: 0.5.2...0.5.3

0.5.2

07 Oct 20:24
Compare
Choose a tag to compare
  • core: Move read & write functions to device Class

Full Changelog: 0.5.1...0.5.2

0.5.1

06 Oct 15:07
Compare
Choose a tag to compare
  • Fix creating single WHC06 Class when selecting WH-C06.
  • Move notify functions to Device Class.
  • WIP: Allow to select multiple devices in Chart example.

Full Changelog: 0.5.0...0.5.1

0.5.0

02 Oct 09:33
Compare
Choose a tag to compare
  • Introduce PitchSix Force Board: humidity, firmware, manufacturer
  • Add Entralpi
  • Use Classes for Devices: const motherboard = new Motherboard()
    • Move device specific functions to Models:
          if (device instanceof Entralpi) {
            const modelNumber = await device.model()
            if (modelNumber) {
              console.log("Model Number:", modelNumber)
              outputElement.textContent += `Model Number: ${modelNumber}\r\n`
            }
    • Create base Model with connect functions.
    • Override functions for specific devices (for example connect of WH-C06)

Full Changelog: 0.4.2...0.5.0