From 158acbee4c0f396f19962c6bddc600fe06e9fd51 Mon Sep 17 00:00:00 2001 From: Nicolas Dujardin Date: Fri, 24 Apr 2020 13:45:13 +0200 Subject: [PATCH] readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9255a9..8c5204e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ [![Support via PayPal][paypal-button]][paypal-nicoduj] -[Gogogate 2](https://www.gogogate.com) plugin for [HomeBridge](https://github.com/nfarina/homebridge) using http calls. + + +[Gogogate 2](https://www.gogogate.com) - old model, not iSmartGate that is natively homekit enabled - plugin for [HomeBridge](https://github.com/nfarina/homebridge) using http calls. This plugin will add your doors connected to gogogate to homekit. It can update in the background so that openning / closing outside home app can trigger your automations. It will also display battery sensor and temperature from your wireless sensors. @@ -51,6 +53,7 @@ Fields: - `refreshTimer` Optional - enable refresh of doors state every X seconds, for automation purpose if you need to activate something else based on a state change of a door by another means than homekit. Be aware it might make you gogoggate smokes since the plugin will ask its status very often :) (defaults : disable, accepted range : 30-600s). - `maxWaitTimeForOperation` Optional - set the maximum time that we wait for door operation to complete. When elapsed, check the current State again and updates accordingly. (defaults : 30s, accepted range : 30-90s). - `refreshTimerDuringOperation` Optional - set the refresh timer during operation in progress to detect the end of the operation. (defaults : 10s, accepted range : 2-15s). +- `cleanCache` Set it to true in case you want to remove the cached accessory (only those from this plugin). You have to restart homebridge after applying the option. Remove it after restart, otherwise it will be recreated at each startup. ## Changelog