I believe this is not possible :
I have a fibarore power plug on my TV/Radio/FireTV... combination.
If they are in standby, I will them power off, so as the pseudo coded example :
While (SwitchON) {
if (P>10) counter = 0;
counter ++;
if (counter>600) // six minutes
SwitchOFF;
sleep(1000); // milliseconds
}
Any Ideao? PoltoS ????
Help
