lucien2k / sonoff-python

Make use of your sonoff smart switches without flashing them via the cloud APIs
MIT License
51 stars 32 forks source link

Fix empty device list due to 'params incomplete' #25

Open Jacotsu opened 4 years ago

Jacotsu commented 4 years ago

This commit fixes the 'params incomplete' error that prevents the correct list of devices from being returned

closes #20

kalloszsolty commented 2 years ago

Exactly what we need. Based on the api documentation, I ended up fixing the library too by adding/fixing appid, lang and timestamp values. May I ask what's blocking you from merging it?

Jacotsu commented 2 years ago

Exactly what we need. Based on the api documentation, I ended up fixing the library too by adding/fixing appid, lang and timestamp values. May I ask what's blocking you from merging it?

i don't have permissions to merge

Borkuz commented 2 years ago

When will it be merged? Or do I just have to use @Jacotsu his source?