From ae2bc22a42570e92cbedf6906e8d26a5f6d6afcb Mon Sep 17 00:00:00 2001 From: Julian Greensmith Date: Tue, 21 Mar 2023 22:03:00 +1100 Subject: [PATCH] Update readme and version number --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1675ac..1f3290a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ This is an 'almost' feature complete implementation of the Que platform in HomeK - Report battery level on zone sensors and get low battery alerts in the home app - Support for homebridge config UI +Fixes/Improvements in version 1.2.7 + - Allow master controller to also operate as a zone controller + - Resolved issue with logic controlling "Zones Push Master" temp adjustments which was causing setting to fail on first attempt + Fixes/Improvements in version 1.2.4 - Improved support for variations in API data returned for differing models of Que systems - Added option to override the default heating/cooling threshold temperatures via plugin configuration diff --git a/package.json b/package.json index e50a1af..7d5cb4d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Homebridge Actron Que", "name": "homebridge-actron-que", - "version": "1.2.7-beta.6", + "version": "1.2.7", "description": "Homebridge plugin for controlling Actron Que controller systems", "license": "Apache-2.0", "repository": {