make all dimmable lights fully dimmable to any level 0-14

for backward compat, they'll resond to the usual strings, too:

"off" -> 0
"min" -> 3
"med" -> 7
"hi"  -> 11
"max"/"on" -> 14

all dimmable nodes have been renamed to bear the light value in their
names, and aliased.

the non-dimmable lights still respond as before
("off" or n < 4; "on" or n > 3)
This commit is contained in:
Vanessa Dannenberg 2019-06-04 00:56:00 -04:00
parent f33636d473
commit 631813bb2d
1 changed files with 617 additions and 608 deletions

File diff suppressed because it is too large Load Diff