Forums/
Tapo Smart Light Bulb
2022-12-01 10:29:20
Try PyP100 This includes: Bulbs - L530, L510E etc.
from PyP100 import PyL530
l530 = PyL530.L530("192.168.X.X", "email@gmail.com", "Password123")
l530.handshake() #Creates the cookies required for...
0HELPFULS