Skip to content

v2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ebaauw ebaauw released this 04 Nov 13:21

Enhancements:

  • Refactor LibService and LibCharacteristic;
  • Include rigorously trimmed-down version of fakegato-history in this library and lose the dependency on fakegato-history. History is now accessed through delegate class LibService.History.Weather. Also (untested) LibService.History.Door, LibService.History.Energy and LibService.History.Motion. Still todo: merge FakegatoHistory class into LibService.History class and re-use EveHomeKitTypes.

Bump versions:

  • NodeJS v10.13.0 LTS.
  • moment v2.22.2.

Make sure to upgrade npm and to re-install homebridge after upgrading node from 8.x to 10.x:

sudo npm -g i npm
sudo npm -g un homebridge
sudo npm -g i homebridge --unsafe-perm