Skip to content

freddierick/TapoJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TapoJS

A NodeJS library for interfacing with Tapo smart products. Only on/off is supported as of now.

Installation

npm install tapojs

Usage

const Tapo = require('tapojs');

async function main(){
    const tapo = await new Tapo().connect("192.168.X.XXX", "[email protected]", "Passw0rd!");
    await tapo.turnOn();
    await tapo.turnOff();
};

main();

About

For interfacing with Tapo smart products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published