From 76daa7f30b13e7326a6e2d7386adbd26e55942fe Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Sat, 29 Jan 2022 09:07:57 -0600 Subject: [PATCH] v1.11.2 ## [Version 1.11.2](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.11.2) (2022-01-29) ## What's Changed * Fix: Use `updateRate` instead of `refreshRate` when overriding `scanDuration`. **Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.11.1...v1.11.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44b4a0f5..52e129bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@switchbot/homebridge-switchbot", - "version": "1.11.1", + "version": "1.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@switchbot/homebridge-switchbot", - "version": "1.11.1", + "version": "1.11.2", "funding": [ { "type": "Paypal", diff --git a/package.json b/package.json index 64d972ac..40decc50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge SwitchBot", "name": "@switchbot/homebridge-switchbot", - "version": "1.11.1", + "version": "1.11.2", "description": "The [Homebridge](https://homebridge.io) SwitchBot plugin allows you to access your [SwitchBot](https://www.switch-bot.com) device(s) from HomeKit.", "author": "SwitchBot (https://github.com/SwitchBot)", "license": "ISC",