@bravenel, would it be possible for RM to display a variable value in a rule title? I have some rules that have a value that may sometimes need to change, and I like displaying that information in the title. This would automate that process.
Ex.: Automation - Set the Dining Room Light to %minimumDimmerLevel% when turned on
where %minimumDimmerLevel% is a local variable.
Thanks!
1 Like
Looks great but could (in theory) make debugging from Logs a special challenge, in the (rare) situation that two or more Rules unexpectedly get the same name at different times of day.
Example:
%pet1% ate my %pet2%
and
%pet2% ate my %pet1%
when either variable could be assigned "cat" or "dog" independently.
Apps have unique AppId numbers, and these are shown in the logs. If you're worried about duplicate names, it's easy to differentiate the names rather than your example, that begs for the problem you describe.
3 Likes
this fix happened too fast...i think we should hold it off for v3.0.0.0 (yet another reason i love the devs)
1 Like