From fbf89080a15363b71c29ad24c1ba062f23ef7e86 Mon Sep 17 00:00:00 2001 From: Grover Date: Wed, 10 Jan 2018 00:14:51 +0100 Subject: [PATCH] Release 2.0.0 Major updates to the automation switches with the introduction of lots of new capabilities: - Added support for lock mechanism switches - Added support for plain old switches - All switches can now optionally save their state to initialize them to their former value after homebridge restarts - Major improvements to the documentation - Automation timer can start immediately on homebridge launch and be used to trigger scenes on homebridge restarts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 983bdde..bdd1d6d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": { "name": "Michael Froehlich" }, - "version": "1.1.0", + "version": "2.0.0", "description": "A platform for automation switches for HomeKit via Homebridge", "license": "MIT", "main": "src/index.js",