Preparing for release
This commit is contained in:
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.1.0] - 2020-03-01
|
||||||
### Added
|
### Added
|
||||||
- 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.
|
- 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,5 +1,5 @@
|
|||||||
# MMM-ScreenLogic
|
# MMM-ScreenLogic
|
||||||
A <a href="https://github.com/MichMich/MagicMirror">MagicMirror²</a> module used to connect to a local Pentair ScreenLogic pool controller system. Tested with MagicMirror² v2.2.2, v2.3.1 servers, Chrome 65 on Windows 10 and Midori 0.4.3 on a Raspberry Pi Zero W with Raspbian Jessie. Tested with a Pentair ScreenLogic system running version 5.2 Build 736.0 Rel.
|
A <a href="https://github.com/MichMich/MagicMirror">MagicMirror²</a> module used to connect to a local Pentair ScreenLogic pool controller system.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/parnic/MMM-ScreenLogic.git`.
|
1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/parnic/MMM-ScreenLogic.git`.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magic-mirror-module-screenlogic",
|
"name": "magic-mirror-module-screenlogic",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"description": "Show data from Pentair ScreenLogic systems",
|
"description": "Show data from Pentair ScreenLogic systems",
|
||||||
"main": "MMM-ScreenLogic.js",
|
"main": "MMM-ScreenLogic.js",
|
||||||
"author": "Chris Pickett",
|
"author": "Chris Pickett",
|
||||||
|
Reference in New Issue
Block a user