Skip to content

Releases: caseyjhol/node-red-contrib-tplink

v1.0.1

28 Dec 17:44
46745ba
Compare
Choose a tag to compare

What's Changed

  • Bugfix - Allow Temperature mode back to HSB mode by @SubBass100 in #66
  • correct docs related to startMeterEvents by @ahanselka in #59
  • Fix "Node Object is not a node-red Node Stack" error in #64

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Sep 16:22
dc59457
Compare
Choose a tag to compare

Changed

  • Version bump to 1.0.0

v1.0.0-alpha.1

06 Aug 21:36
0522a42
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Changed

  • Only log error if debug option is enabled

Fixed

  • Fix memory leak caused by failure to properly close
  • Use deviceType to determine if setLedState can be used (#33)

v1.0.0-alpha.0

08 Jul 23:06
983df79
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

Changed

  • Upgraded to [email protected]
  • smart-plug and smart-light combined into one node called "kasa"
  • getXxxxEvents changed to startXxxxEvents
  • Events output "XxxxEvents" on msg.event instead of "getXxxxEvents"
  • clearEvents changed to stopAllEvents
  • Node status reflects number of devices connected if more than one

Added

  • stopXxxxEvents to match the startXxxxEvents
  • Multiple devices allowable per node (using msg.topic on input)
  • Individual plugs on multi-plug devices can be accessed
  • Polling can be turned off if not needed

v0.4.3

09 Jun 00:14
6c97fbf
Compare
Choose a tag to compare

Fixed

  • getMeterInfo no longer throws an error
  • getInfoEvents works again (broken in v0.3.0)
  • getMeterEvents works again (broken in v0.3.0)

Added

  • Debug property to help debug issues with devices

v0.4.2

05 Jun 13:51
bad7e75
Compare
Choose a tag to compare

Fixed

  • Set payload defaults to ensure same functionality as older versions
  • Fix error when passing a boolean as payload
  • Fix error catching if an error is encountered while running a command

v0.4.1

05 Jun 04:00
655e78d
Compare
Choose a tag to compare

Fixed

  • Set payload defaults to ensure same functionality as older versions

v0.4.0

05 Jun 01:19
02e1074
Compare
Choose a tag to compare

Added

  • Errors are now catchable
  • Payload property can now be set - defaults to getInfo, so it's the same as in earlier versions

Fixed

  • Support using '|' for passing events again
  • Support setting state to switch again

v0.3.0

04 Jun 01:38
124de23
Compare
Choose a tag to compare

Added

  • Hue, Saturation, and Brightness (HSB) support for multicolor bulbs
  • HS300 (multi-plug) support

Changed

  • Separated getPowerEvents/getInUseEvents from getPowerUpdateEvents/getInUseUpdateEvents

Fixed

  • Fix emission of online/offline events in smart-plug node

v0.2.1

07 Feb 18:22
b09ef4a
Compare
Choose a tag to compare

Resize icon. Add more info about support for switches.