It enters to hibernation in 20 seconds ,but it
doesn't check if the keyboard and CPU is idle.
HIBERNATE_CHECK_INTERVAL = 20
HibernateState = 4
TimeToWait = (1 * $(Hour))
ShouldHibernate = ( (KeyboardIdle >
$(StartIdleTime)) \
&& $(CPUIdle) \ &&
($(StateTimer) > $(TimeToWait)) )
HIBERNATE = ifThenElse($(ShouldHibernate),
$(HibernateState), 0)
BUt the PC stays powered up after the
keyboard and CPU is idle for hours.
Has anybody else tried this?
Any help much appreciated,
Tom