StreamController / DeckPlugin

GNU General Public License v3.0
1 stars 0 forks source link

custom min/max values for decrease/increase brightness #7

Open GsakuL opened 2 weeks ago

GsakuL commented 2 weeks ago

when you have a button that decreases brightness, its possible to get it to 0. At which point the buttons still do their stuff, but you don't know what it's doing and may push multiple random buttons (in a more sensible world, one would open StreamController and look there). This may happen on a cluttered desk; or whatever.

Proposal:

Like I've mention in the Requests-Issue, I know Python and this seems rather simple, "as a beginner issue". I'd be happy to help :)

Core447 commented 2 weeks ago

Thank you for your feedback!

f7b3ccd82963a5bd9ed3a83c2a4d2abaac5ce88d and Edit: c4fb5ae8d68bc8be6374e83b5cc31de0e17910b5 implement the following:

Unfortunately, the plugin is already in a state that is no longer compatible with the current release version 1.5.0-beta.4, so the mentioned changes will be available in the next week or so with the next app update.

GsakuL commented 2 weeks ago

oh, you probably also meant c4fb5ae. but yeah, that's essentially what I meant/wanted.

no worries about getting this released, take your time

Core447 commented 2 weeks ago

Ok, great! Thanks four your request!