Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 894 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 894 Bytes

Changelog

1.0.2 (2021-10-05)

  • added events to track and analyze insoles behavior

1.0.1 (2021-09-13)

  • readGeneralState() was changed to readGeneralState(completion:) with completion handler

1.0.0 (2021-07-28)

New methods added:

  • startHeat(temperature:completion:) - send heating target temperature and enable heating
  • stopHeat(completion:) - disable heating
  • startHeatTimer(seconds:enable:completion:) - set the heating timer value and enable/disable timer
  • getTemperature(completion:) - get the target temperature set value
  • getTimer(completion:) - get the heating timer set value in seconds
  • isHeating(completion:) - indicates if insoles are heating currently