RaspberrPi project source code
guowenxue
8 hours ago 7be9084b27e3385f27f7ac5d0e946f4dcaa94d1e
project/lightd/lightd.c
@@ -178,8 +178,8 @@
            sleep(hwinfo->light_intval);
            turn_light("indoor", ON);
            turn_light("hallway", ON);
            turn_light("indoor", OFF);
            turn_light("hallway", OFF);
        }
        msleep(100);