From a903b916f09419e7324a2352232e601acc598d67 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 28 Jan 2021 17:13:32 +0800 Subject: [PATCH] update lightd main.c, add lux sensor support and test ok --- mqttd/etc/conf.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mqttd/etc/conf.h b/mqttd/etc/conf.h index 8a9c871..5a5d0c3 100644 --- a/mqttd/etc/conf.h +++ b/mqttd/etc/conf.h @@ -63,10 +63,10 @@ /* Infrared detect inbreank */ unsigned char infrared_pin; /* enable or disable inbreak detected */ - void (*ifrd_handler)(void); /* infrared detected interrupt handler */ unsigned char inbreak_beep; /* enable or diable beep when detect inbreak */ unsigned char fillin_light; /* fill-in light when detect inbrank or not */ - + unsigned char light_intval; /* fill-in light interval time, unit second */ + double lux_threshold; /* Lux sensor detect value smaller than treshold will fill-in light */ } hwconf_t; -- Gitblit v1.9.1