-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently when defining an Action, I am restricted to using only static values as Module exec parameters. Conditions are restricted to only that and Module status variable values.
But I would love to use the values of System (and maybe even Logic Module!) settings as variable values, for Actions at least.
Example use case:
There are 100 Systems (rooms), each with unique Lighting IDs, controlled by the same Lighting Driver. Every System has a unique setting e.g. lighting_id: 323
If I could use that setting in the Trigger Action "Turn on room lights when x", then I can avoid having to write a logic driver that abstracts the lighting control for the room (or having to create a trigger with static values for EACH room)
