PatrickSannes / BetterLogic

A advanced logic library for homey
8 stars 8 forks source link

Feature Request: #21

Closed lenwar closed 5 years ago

lenwar commented 6 years ago

Hi,

If at all possible ( I have no insight in how limiting the Homey APIs are) I would like to have a case-statement logic function.

I am running into the following I use the Sunlight Events app to change my Hue Ambiance light brightness and color temperature. I now have six different Flows:

Ideally we would just have one Flow which runs a case-statement, when it is triggered and matches variables to other variables.

PatrickSannes commented 5 years ago

I don't think this is possible, because you still want different then actions. And those are limited. I think you should try using multiple flows for now..