Skip to content

Commit

Permalink
updates readme to add credit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSp1der committed Nov 19, 2023
1 parent 6fa310e commit 9ea6629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ This is a support package for interacting and obtaining information from [tp-lin
* HS105 - Smart Plug
* HS200 - Smart Switch
* KP200 - Smart Outlet
* HS300 - Smart Power-strip

## Credit

* [tp-link](//www.tp-link.com) - Without the products supplied by this company my home automation would rely on cloud based functions. (Yuck!)
* [sausheong](//github.com/sausheong) - Sausheong's [hs1xxplug](//github.com/sausheong/hs1xxplug) was what the majority of this project was built from, but failed to fully support the HS105 at the time.
* [jaedle](//github.com/jaedle) - The [connector](//github.com/jaedle/golang-tplink-hs100/blob/master/internal/connector/connector.go) written by jaedle was instrumental in helping me understand how [tp-link](//www.tp-link.com) devices communicated.
* [go-smarthome](https://github.com/nik-johnson-net/go-smarthome/) - The go-smarthome library from [nik-johnson-net](https://github.com/nik-johnson-net) had a better implementation of the communication protocol for kasa devices and was adapted into this library to support the HS300.

## Usage

Expand Down
5 changes: 3 additions & 2 deletions tplink.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package tplink

// Credit to:
// sausheong - https://github.com/sausheong/hs1xxplug
// jaedle - https://github.com/jaedle/golang-tplink-hs100/blob/master/internal/connector/connector.go
// sausheong https://github.com/sausheong/hs1xxplug
// jaedle https://github.com/jaedle/golang-tplink-hs100
// nik-johnson-net https://github.com/nik-johnson-net/go-smarthome

import (
"fmt"
Expand Down

0 comments on commit 9ea6629

Please sign in to comment.