2017 © Pedro Peláez
 

library tplinkhs110

A PHP library to control and receive information from a TP-Link HS-110 smartplug.

image

slavino/tplinkhs110

A PHP library to control and receive information from a TP-Link HS-110 smartplug.

  • Thursday, October 19, 2017
  • by slavomir.hustaty
  • Repository
  • 1 Watchers
  • 2 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP library to steer TP-Link HS-110

Usage example


[ 'ipAddr' => '192.168.1.42', //Or hostname eg: home.example.com 'port' => '9999' ], 'plug 2' => [ 'ipAddr' => '192.168.1.41', //Or hostname eg: home.example.com 'port' => '9999' ], 'plug 3' => [ 'ipAddr' => '192.168.1.43', //Or hostname eg: home.example.com 'port' => '9999' ] ]; $plug1 = new TPLinkHS110Device($config['plug 1'], 'plug 1'); $plug2 = new TPLinkHS110Device($config['plug 2'], 'plug 2'); $plug3 = new TPLinkHS110Device($config['plug 3'], 'plug 3'); usleep(500000); echo $plug1->switchOn(); usleep(500000); echo $plug2->switchOn(); usleep(500000); echo $plug3->switchOn(); sleep(2); echo $plug1->switchOff(); usleep(500000); echo $plug2->switchOff(); usleep(500000); echo $plug3->switchOff(); ?>

Additional information

Any issues, feedback, suggestions or questions please use issue tracker here., (*1)

Credits

Disclaimer

This project and its author is neither associated, nor affiliated with TP-LINK in anyway. See License section for more details., (*2)

License

This project is released under the [MIT][link-license] License., (*3)

© 2017 Slavomir Hustaty, All rights reserved., (*4)

The Versions

19/10 2017

dev-master

9999999-dev

A PHP library to control and receive information from a TP-Link HS-110 smartplug.

  Sources   Download

MIT

by Slavomir Hustaty

php timer tplink hs110 smartplug