Package Exports
- tplink-smarthome-client
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tplink-smarthome-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TP-Link Smarthome Client
Barebones TP-Link SmartHome API Protocol Client.
A very basic client to control and get information from TP-Link Smarthome devices. It is written on Typescript. Started when i wanted a simple way to get power readings and the actual time of the device at the same time from a HS300 to forward to a splunk server.
Based on the work from: https://github.com/softScheck/tplink-smartplug
Initial TS Typings came from the return objects at: https://github.com/plasticrake/tplink-smarthome-api

Installation
npm install tplink-smarthome-clientUsage example
For more examples and usage, please refer to the Wiki.
Release History
- 0.9.2
- Readme file updaes
- Fixing included files
- 0.9.0
- Work in progress
Meta
Distributed under the ISC license. See LICENSE for more information.
https://github.com/jose-pr/tplink-smarthome-client
Contributing
- Fork it (https://github.com/jose-pr/tplink-smarthome-client/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request