SaxifragaLV1Online
Following: 0Followers: 0
Forums/ Tapo Smart Light Bulbs
2022-12-01 10:29:20
Re:Controlling An L530E From My Computer (Python)
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