I will need to look into the case handling again. Unfortunately, this has caused other issues in the past.
Brad
On Friday, July 6, 2012 2:01:01 AM UTC-5, Mike wrote:
Hi,
I had similar problem. What fixed it was changing all alias and scene words in /etc/heyu/x10.conf to lowercase.
Example from x10.conf:
Before:
ALIAS front_porch A1
SCENE blinker on A1; off A1; on A1; off A1
Fixed:
alias front_porch A1
scene blinker on A1; off A1; on A1; off A1
My guess was because constants in lib/classes/heyuconf.const.php are all defined lowercase but I not sure...
Mike