This commit is contained in:
parent
8845ef5ab6
commit
f9d5a302a3
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue