plasticrake / tplink-smarthome-api

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

Bulb Operational Details #92

Closed samster395 closed 2 years ago

samster395 commented 4 years ago

This API has a functional to get the bulbs operational details.

Which returns something like this: { "lamp_beam_angle": 150, "min_voltage": 110, "max_voltage": 120, "wattage": 10, "incandescent_equivalent": 60, "max_lumens": 800, "color_rendering_index": 80, "err_code": 0 }

Would be cool if that could be implemented.

Although im not sure how accurate it is as my bulb reports the max voltage as 120 even though I live in the UK.

Great API btw. :)