From fbbb2d0b2aba4ddc42651096b20dd4a7ca4a33f2 Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Wed, 21 Sep 2022 23:04:57 +0800
Subject: [PATCH] Merge branch 'master' of ssh://master.iot-yun.club:2280/raspberrypi

---
 mqttd/etc/conf.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mqttd/etc/conf.h b/mqttd/etc/conf.h
index 574633b..5a5d0c3 100644
--- a/mqttd/etc/conf.h
+++ b/mqttd/etc/conf.h
@@ -66,7 +66,7 @@
     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