This commit is contained in:
Rickard Andersson 2008-09-15 21:21:06 +00:00
parent 8845ef5ab6
commit f9d5a302a3
3 changed files with 4 additions and 2 deletions

View file

@ -9,4 +9,5 @@ tellstickController --set kitchen_cabinets off
tellstickController --set livingroom_cabinets off tellstickController --set livingroom_cabinets off
tellstickController --set livingroom_uplight off tellstickController --set livingroom_uplight off
tellstickController --set livingroom_walls off tellstickController --set livingroom_walls off
tellstickController --set livingroom_mythtv_leds off

View file

@ -9,4 +9,5 @@ tellstickController --set kitchen_cabinets on
tellstickController --set livingroom_cabinets on tellstickController --set livingroom_cabinets on
tellstickController --set livingroom_uplight on tellstickController --set livingroom_uplight on
tellstickController --set livingroom_walls on tellstickController --set livingroom_walls on
tellstickController --set livingroom_mythtv_leds on

View file

@ -649,8 +649,8 @@ sub get_rule_datetime($$$$) {
$time->set_time_zone("UTC"); $time->set_time_zone("UTC");
$time->add(hours => $hours+24*$days, minutes => $minutes); $time->add(hours => $hours+24*$days, minutes => $minutes);
$time->set_time_zone($cfg_set{"timezone"}); $time->set_time_zone($cfg_set{"timezone"});
println "days='$days', hours='$hours', minutes='$minutes'"; # println "days='$days', hours='$hours', minutes='$minutes'";
println "time='$time'"; # println "time='$time'";
} else { } else {
$time = undef; $time = undef;
} }