companion icon indicating copy to clipboard operation
companion copied to clipboard

Transition to another value

Open SimonSimCity opened this issue 1 year ago • 0 comments

Is this a feature relevant to companion itself, and not a module?

  • [x] I believe this to be a feature for companion, not a module

Is there an existing issue for this?

  • [x] I have searched the existing issues

Describe the feature

Many of the systems we use have only setter for values we want to change - but we want this value to be changed granularly.

I could see a transitioning option for seeing numeric values, where I could set the number to start from (in the future, variables could be used here), the time the transition should take, and minimum time between each call to the remote system so it doesn't get flooded. The system can then calculate how many steps it needs to take and by how much each step needs to change the value so the final value is the desired one.

Usecases

We want to control the main slider on LightShark from 255 to 0, but we don't want to do it as boom 💥 all lights of - but we rather want to transition to this value in a few steps.

SimonSimCity avatar Oct 20 '24 14:10 SimonSimCity