Browse Source

隐藏FIMS motiontimeout配置

jiangjy 1 month ago
parent
commit
35e7818bf8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Furnace/FurnaceRT/Config/System.sccfg

+ 2 - 2
Furnace/FurnaceRT/Config/System.sccfg

@@ -4359,13 +4359,13 @@
 		<config default="false" name="EnableLogMessage" description="Enable Log Message" max="" min="" paramter="" tag="" unit=""  type="Bool" />
 		<configs name="FIMS1">
 			<config default="30" name="HomeTimeout" description="Home Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer" />
-			<config default="30" name="MotionTimeout" description="Motion Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer" />
+			<config default="120" name="MotionTimeout" description="Motion Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer"  visible="false"/>
 			<config default="3" name="CycleCount" description="Cycle Count" max="999999" min="1" paramter="" tag="" unit="" type="Integer" />
 			<config default="true" name="IsOnline" description="Is Online" max="" min="" paramter="" tag="" unit=""  type="Bool" visible="false" />
 		</configs>
 		<configs name="FIMS2">
 			<config default="30" name="HomeTimeout" description="Home Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer" />
-			<config default="30" name="MotionTimeout" description="Motion Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer" />
+			<config default="120" name="MotionTimeout" description="Motion Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer"  visible="false"/>
 			<config default="3" name="CycleCount" description="Cycle Count" max="999999" min="1" paramter="" tag="" unit="" type="Integer" />
 			<config default="true" name="IsOnline" description="Is Online" max="" min="" paramter="" tag="" unit=""  type="Bool" visible="false" />
 		</configs>