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:
@ -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
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user