tapocon – CLI for TAPO P105 and variants
DESCRIPTION
tapocon is a CLI for TAPO P105 and variants.
You can get the latest version from:
INSTALL AND SETUP
Ruby CLI
tapocon CLI command can be installed from rubygems.org.
$ gem install tapocon
Or, if you want to install tapocon in a sandbox (recommended), Bunlder would help you:
$ gem install bundler
$ mkdir -p /path/to/install/tapocon
$ cd /path/to/install/tapocon
$ bundle init
$ echo 'gem "tapocon"' >> Gemfile
$ bundle config set path vendor/bundle
$ bundle install
$ export PATH=/path/to/install/tapocon/exe:$PATH
$ tapocon -h
USAGE
Ruby CLI (tapocon)
Usage: tapocon scan Usage: tapocon -t TARGET -u USERNAME -p PASSWORD OPERATION HOSTNAME: IP address of the Tapo device USERNAME: email of TP-Link ID PASSWORD: password of TP-Link ID OPERATION: on, off, toggle, info
Development
TBD
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/yoshinari-nomura/tapocon.
License
The gem is available as open source under the terms of the MIT License