Thorvarium
Thorvarium
> the problem using onDrag is that it triggers every time that the cursor moves... I am having the same issue and from what I understand the real problem is...
> I need a state report of tapo device Can you guide me to get this state report? I am unsure where to retrieve from
> You must install plugp100 library by `pip install plugp100==2.1.18` and run this python script: > > ```python > import asyncio > from plugp100 import TapoApiClient > > > async...
> Nice work. Can you take 2/3 app screenshot with color wheel related state change by python script? > > You can follow this approach: > > 1. open app...
> I've added a basic support to L930, lighting effects require more effort because I need to update plugp100 library. > > To test L930 basic support you must setup...
> pip install plugp100==2.1.19 Maybe something is wrong. When I am using the 2.1.18 and I try to do the: ` state = await sw.get_state() print(state.state) ` It prints the...
> The api Is changed. Have you copy the example script from the link above? Sorry, I had the wrong example. I ran it and the color is changing to...
This is happening in my project as well
Same here, wondering if there is any update for the "effects" so we could chose what effect to activate
> To support effects, I need some help. First install my plugp100 library `pip install plugp100==2.1.18` and copy this python script > > ```python > import asyncio > from plugp100...