1.0.2 (2021-10-05)
- added events to track and analyze insoles behavior
1.0.1 (2021-09-13)
readGeneralState()
was changed toreadGeneralState(completion:)
with completion handler
1.0.0 (2021-07-28)
New methods added:
startHeat(temperature:completion:)
- send heating target temperature and enable heatingstopHeat(completion:)
- disable heatingstartHeatTimer(seconds:enable:completion:)
- set the heating timer value and enable/disable timergetTemperature(completion:)
- get the target temperature set valuegetTimer(completion:)
- get the heating timer set value in secondsisHeating(completion:)
- indicates if insoles are heating currently