Swiftpack.co - Swift Packages by combustion-inc

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by combustion-inc

combustion-inc/combustion-ios-ble 1.0.0
Bluetooth Low Energy framework for communicating with Combustion Inc. Predictive Thermometers.
⭐️ 14
🕓 35 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 1.0.0
35 weeks ago
## What's Changed * Add function to initialize bluetooth by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/36 * Read over temperature flag message by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/37 * IOS-18 timer DFU by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/38 * DFUManager to handle retrying failed DFUs by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/39 * Thermometer Bootloader DFU support by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/40 * IOS-28: prediction status by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/41 * Prediction stale flag by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/42 * Feature/ios 20 timermeatnet support by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/43 * Feature/ios 74 add meatnet set prediction support by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/44 * Report DFU progress for bootloader and DFU retries by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/45 * Feature/ios 79 fix jittering values by using hop count by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/46 * Added overheating check. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/47 * Refactor Prediction time limits into framework by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/48 * IOS-11: Linearize prediction seconds by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/49 * Feature/ios 101 signal lost notification doesnt happen by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/50 * Added 'status notification stale' flag + timeout. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/51 * Added bounds to linearization ms to prevent crash. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/52 * Hotfix/ios 112 app sometimes doesnt reconnect to by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/53 * IOS-13: CSV v4 by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/54 * IOS-123: Do not ignore status notification if prediction has changed by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/56 * IOS-105: Prevent divide by zero crash by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/57 * IOS-150: Fix initialization issue with prediction linearization by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/59 * IOS-127: CSV enum strings by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/58 * Connect to all probes when meatnet is enabled by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/60 * Feature/ios 121 meatnet log transfer support by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/61 * Bugfix: Simulated probe by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/62 * Ported Instant Read smoothing/rounding filter from Android. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/63 * Made hop counts public. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/64 * IOS-180: Clear DFU from DFU Manager on completion by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/65 * Fixed bug with battery status decoding. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/66 * IOS-124: Re-request session information by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/67 * IOS-158: LogResponse crash by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/68 * IOS-197: Add charger DFU support by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/69 * IOS-162: Heartbeat message by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/71 * IOS-197: Meatnet connection logic by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/72 * IOS-86: Prepare for framework release by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/73 * Release v1.0.0 by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/74 **Full Changelog**: https://github.com/combustion-inc/combustion-ios-ble/compare/0.11.0...1.0.0
Release 0.11.0
1 year ago
## What's Changed * Prediction Support by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/33 * Fixed issue where predictions weren't properly canceling. by @jmaha in https://github.com/combustion-inc/combustion-ios-ble/pull/34 **Full Changelog**: https://github.com/combustion-inc/combustion-ios-ble/compare/0.10.3...0.11.0
Release 0.10.3
1 year ago
## What's Changed * Feature: DFU by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/27 * Feature: CSV version 3 by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/28 * CRC for UART messages and isConnectable flag by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/29 * Log Backward Compatability by @miwright2 in https://github.com/combustion-inc/combustion-ios-ble/pull/30 * Release v0.10.3 by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/31 ## New Contributors * @miwright2 made their first contribution in https://github.com/combustion-inc/combustion-ios-ble/pull/30 **Full Changelog**: https://github.com/combustion-inc/combustion-ios-ble/compare/0.10.2...0.10.3
Release 0.10.2
1 year ago
## What's Changed * Remove version check for battery status by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/25 * Release 0.10.2 by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/26 **Full Changelog**: https://github.com/combustion-inc/combustion-ios-ble/compare/0.10.1...0.10.2
Release 0.10.1
1 year ago
## What's Changed * Remove limit on Record request by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/23 * Release v0.10.1 by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/24 **Full Changelog**: https://github.com/combustion-inc/combustion-ios-ble/compare/0.10.0...0.10.1
Release 0.10.0
1 year ago
## What's Changed * Session information by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/14 * Decode multiple UART messages per notification by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/19 * Battery status by @jjohnstz in https://github.com/combustion-inc/combustion-ios-ble/pull/20 **Full Changelog**: https://github.com/combustion-inc/combustion-ios-ble/compare/0.9.0...0.10.0
Release 0.9.0
1 year ago
Add support for Instant Read feature
Release 0.8.0
1 year ago
- Added `hardwareRevision` variable to `Device` class. This value is read from probe device when first connected over BLE - Added `color` and `id` variables to `Probe` class - Added `setProbeID` and `setProbeColor` functions to `DeviceManager` to set those values on probe device - Renamed `id` to `identifier` on `Probe` for clarity with new variable
Release 0.7.4
2 years ago
Added support for simulated probes
Release 0.7.3
2 years ago
Added support for connecting to multiple probe simultaneously
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics