Something I just thought of, does Bill’s X10 voice command do the dim/bright to 50% like we’ve been discussing?
Yes, BXVC does. The way I chose to do it is as follows:
1) Always issue dim 100
2) If the requested level is 0 (zero) you're done
3) If the requested level is greater than 0 (zero) issue bright (requested level)
So to set module A1 to 50% brightness, issue:
A1 dim 100
A1 bright 50
Hope that helps;
-Bill-