OpenWonderLabs / SwitchBotAPI

SwitchBot Open API Documents
887 stars 73 forks source link

API for Curtain 3 only supports 2 different speed modi #349

Open powermarcel10 opened 1 month ago

powermarcel10 commented 1 month ago

Analysis

Since the Curtain 3 has 3 different speeds options (performance, silent and silent drift mode), there should be an extra option in the api. It is now: mode: 0 (Performance Mode) and 1 for (Silent Mode). There should be an extra mode 2 for silent drift.

However, currently Mode 1 will allready trigger silentdrift mode. So only Performance mode and silent drift mode are working now using the api.

I hope this can be fixed in a future release.

Cheers, Marcel

Expected Behavior

Read above

Steps To Reproduce

Read above

Logs

No need for

Configuration

Not needed

Environment

Additional Context

No response