Skip to content

TheBlueLines/Tuya-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuya API

With this library, you can control your light easily in C#.

Login to Tuya account

Profile me = new("clietID", "clientSecret");

Get specific lamp from your profile

Device lamp = me.GetDevice("deviceID");

Turn your light on or off

// true for on and false for off
lamp.SwitchLED(true);

About

Tuya API C# Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages