From c6992818cf5a6090a6827c4cf6449ab3860e3811 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 1 Apr 2020 09:15:02 -0500 Subject: [PATCH] We now require at least v1.3 of node-screenlogic for setpoint support Minor versions of node-screenlogic will not break backward compatibility, so we will allow the most recent 1.x.y version to be used. --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e9cd3..f17a664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Ability to show buttons for controlling pool equipment (with a touch screen, for example). +- Ability to show buttons for controlling pool equipment (with a touch screen, for example). NOTE: running `npm install` again is necessary after upgrading to this version if the heat controls are used. ## [1.0.3] - 2018-04-27 ### Changed diff --git a/package.json b/package.json index e8ad37b..9f7f22b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "repository": "https://github.com/parnic/MMM-ScreenLogic.git", "license": "MIT", "dependencies": { - "node-screenlogic": "^1.0.1" + "node-screenlogic": "1.x" } }