Releases: caseyjhol/node-red-contrib-tplink
Releases · caseyjhol/node-red-contrib-tplink
v1.0.1
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
- @SubBass100 made their first contribution in #66
- @ahanselka made their first contribution in #59
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0-alpha.1
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
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
v0.4.2
v0.4.1
v0.4.0
v0.3.0
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