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.
This commit is contained in:
2020-04-01 09:15:02 -05:00
parent 55fd79ca89
commit c6992818cf
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### 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 ## [1.0.3] - 2018-04-27
### Changed ### Changed

View File

@ -7,6 +7,6 @@
"repository": "https://github.com/parnic/MMM-ScreenLogic.git", "repository": "https://github.com/parnic/MMM-ScreenLogic.git",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"node-screenlogic": "^1.0.1" "node-screenlogic": "1.x"
} }
} }