Index: squeezeplay/src/squeezeplay_baby/share/applets/SqueezeboxBaby/SqueezeboxBabyApplet.lua =================================================================== --- squeezeplay/src/squeezeplay_baby/share/applets/SqueezeboxBaby/SqueezeboxBabyApplet.lua (revision 8443) +++ squeezeplay/src/squeezeplay_baby/share/applets/SqueezeboxBaby/SqueezeboxBabyApplet.lua (working copy) @@ -208,7 +208,8 @@ Framework:addActionListener("soft_reset", self, _softResetAction, true) Framework:addActionListener("shutdown", self, function() - appletManager:callService("setWakeupAlarm", 'none') + -- Leave wakeup timer in place so Baby wakes up even if manually powered off + -- appletManager:callService("setWakeupAlarm", 'none') appletManager:callService("poweroff") end)