plasticrake / tplink-smarthome-api

TP-Link Smarthome WiFi API
MIT License
1.02k stars 142 forks source link

Example for Bulb Control #78

Closed theryecatcher closed 4 years ago

theryecatcher commented 5 years ago

Hello.

First of all Thanks for this awesome and well documented API. It has helped me do my home control for quite some time now. I am heavily invested in TPLink devices for home control and just added a bulb to the suite of devices I own from them a LB120 to be exact. But for the love of my life I cannot figure out how would I go ahead and control the temperature and brightness of the bulb using the API. Could somebody kindly guide me with that.

Thanks.

denverhuynh commented 5 years ago

If you're looking for the cli command, does this work for you?

tplink-smarthome-api send <host> '{"smartlife.iot.smartbulb.lightingservice":{"transition_light_state":{ "color_temp":2700, "brightness":100 }}}'