v2.0.0
Pre-release
Pre-release
Enhancements:
- Refactor
LibService
andLibCharacteristic
; - 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
andLibService.History.Motion
. Still todo: mergeFakegatoHistory
class intoLibService.History
class and re-useEveHomeKitTypes
.
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