GeekyEggo / GoveeController

Govee controller for the Elgato Stream Deck.
GNU General Public License v3.0
41 stars 7 forks source link

Feature Request: Relative Brightness Adjust #57

Closed Jackalneck closed 1 year ago

Jackalneck commented 1 year ago

Many of the other SD lighting plugins have a "relative brightness" command that changes the current brightness level by a selectable percentage step. This would allow the user to have brightness+ and brightness- keys on their deck to step through brightness levels. Is it possible to add such a command?

GeekyEggo commented 1 year ago

Hey @Jackalneck, thanks for the suggestion. The Govee API currently enforces throttling which limits the number of requests that can be made within a given time frame; this includes requests such as getting the current state of the light, and updating the lights e.g. brightness, on/off, etc. With said throttling in place, dial support would be limited due to;

Should Govee change this in the future, and ease their throttling rules, I will be more than happy to look into dial support! 😄