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);