From 8d8ac376754738b12cfa8bb02994b0ecca805163 Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Sat, 11 Jan 2025 15:10:02 +0800
Subject: [PATCH] Update iotd to add enable switch for publish

---
 project/iotd/etc/iotd.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/project/iotd/etc/iotd.conf b/project/iotd/etc/iotd.conf
index 1c392a7..b54f3e6 100644
--- a/project/iotd/etc/iotd.conf
+++ b/project/iotd/etc/iotd.conf
@@ -22,12 +22,14 @@
 [hardware]
 
 # LED或继电器等GPIO输出控制, 格式: {名称:BCM编码:控制电平}
+# Relay(1) <-> 19      Relay(2) <-> 26
 gpio_outpin={light_indoor:19:1},{light_hallway:26:1}
 
 # 红外探测到人后,继电器控制灯亮的时长
 light_intval=15
 
 # 按键或红外感应灯GPIO输入控制, 格式: {名称:BCM编码:控制:电平}
+# Indoor(23)<->(black/gray)    Hallway(24)<->(yellow/red)
 gpio_inpin={infrared_indoor:23:1},{infrared_hallway:24:1}
 
 # 是否使能 TSL2561 光强传感器模块,0:禁用  X:光强阈值
@@ -70,6 +72,8 @@
 
 [publisher]
 
+enable=0
+
 pubTopic="$Sys/Studio/Uplink/"
 pubQos=0
 

--
Gitblit v1.9.1