Releases: Stevie-Ray/hangtime-grip-connect
Releases · Stevie-Ray/hangtime-grip-connect
0.5.9
- Fix potential memory leaks & race conditions
Full Changelog: 0.5.8...0.5.9
0.5.8
- Use all
ForceBoard
data points. - Remove
Progressor
struct helper
Full Changelog: 0.5.7...0.5.8
0.5.7
- Make
active
,download
&tare
device specific - Use private for internal functions
- Reverse
tare
forEntralpi
Weight Scale - Remove IsDevice helper functions, use instanceof:
device instanceof Progressor
Full Changelog: 0.5.6...0.5.7
0.5.6
- Fix
download
function WH-C06 - Add custom
isConnected
andonDisconnect
logic for WH-C06 - Make
Kilter Board
internal functions private
Full Changelog: 0.5.5...0.5.6
0.5.5
- Fix download logic for
Entralpi
andForce Board
Full Changelog: 0.5.4...0.5.5
0.5.4
Add PitchSix Force Board Portable - Stream, Stop & Temperature Support #2
Full Changelog: 0.5.3...0.5.4
0.5.3
- 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
- core: Move read & write functions to device Class
Full Changelog: 0.5.1...0.5.2
0.5.1
- 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
- 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)
- Move device specific functions to Models:
Full Changelog: 0.4.2...0.5.0