Maz
Maz
I have a Samsung S10+ Exynos version. My command: ``` python3 scat.py -t sec -m e303 -u -a 002:019 -i 2 ... Snap ... bInterval : 0x0 ENDPOINT 0x84: Bulk...
Same issue. Is it just a Samsung thing?
I'd love to use [hlky/stable-diffusion-webui](https://github.com/hlky/stable-diffusion-webui) features combined with this project optimization. Does renaming "optimized_txt2img" file to "txt2img" would solve this?
I'm facing same issue. Instead of redirecting to the URL I wrote in "lure edit 0 redirect_url https://(TheLegitDomain)/" I get the phishing domain instead. And just wanted to say, that...
I'd like to thank you for this great tool. I'm currently facing the same issue as "switch" key is not found. In my case it is called "switches". Here is...
So after playing around for a bit. I've fixed the issue by replacing the code found in ewelink\models\device.py:50 From: ``` self.state: Power = Power[data['params']['switch']] ``` To: ``` self.state: Power =...
Oh man .. I'd love to contribute to this, seems like the code is written in an advance way that I never tried to type with. I'll try to learn...
One thing I'm currently facing .. I always get asyncio.exceptions.TimeoutError when trying to change the status of a device .. ``` Traceback (most recent call last): File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\asyncio\tasks.py", line 456,...