Files
node-screenlogic/CHANGELOG.md
Parnic 5ec3fbb802 Added ability to send light commands (on, off, set colors, etc.)
This implementation is barebones and only does what I was able to find easily in the official app's source code. I'd love to do more with this, so any pull requests adding functionality would be welcomed.

Closes https://github.com/parnic/node-screenlogic/issues/4
2019-07-29 21:37:36 -05:00

966 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Ability to set heat setpoint.
  • Event for supplying incorrect parameters to set functions.
  • Ability to send limited selection of light commands.

v1.2.1 - 2019-03-26

Fixed

  • Messages larger than 1024 bytes are now handled properly.

v1.2.0 - 2019-02-22

Added

  • Remote connection through Pentair servers
  • Connecting to password-protected systems (this is only enforced by the ScreenLogic system on remote connections)

v1.1.0 - 2018-04-23

Added

  • Ability to set circuit state.

Fixed

  • FindUnits.sendServerBroadcast() was failing in certain environments.

v1.0.1 - 2018-03-31

Added

  • Direct connection support.

v1.0.0 - 2018-03-31

  • Initial release