From 8c4a723ff13e34152934b84c52267615c4e0fb8b Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期五, 06 十二月 2024 10:22:34 +0800
Subject: [PATCH] 升级模拟器增加上报81数据,为上报阀门状态,用81数据代替心跳
---
pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
index f015a6c..d8535a2 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -59,6 +59,11 @@
<item5 rechargeAmount = "500" sort = "5"/>
<item6 rechargeAmount = "1000" sort = "6"/>
</rechargeProfile>
+ <taskType>
+ <item1 typeName="璁惧瀹夎"/>
+ <item2 typeName="璁惧缁翠慨"/>
+ <item3 typeName="璁惧淇濆吇"/>
+ </taskType>
</org1>
<org2 tag="sp" name="娌欑洏" enable="true">
<districts>
@@ -117,6 +122,11 @@
<item5 rechargeAmount = "500" sort = "5"/>
<item6 rechargeAmount = "1000" sort = "6"/>
</rechargeProfile>
+ <taskType>
+ <item1 typeName="璁惧瀹夎"/>
+ <item2 typeName="璁惧缁翠慨"/>
+ <item3 typeName="璁惧淇濆吇"/>
+ </taskType>
</org2>
<org3 tag="test" name="娴嬭瘯" enable="true">
<districts>
@@ -175,6 +185,11 @@
<item5 rechargeAmount = "500" sort = "5"/>
<item6 rechargeAmount = "1000" sort = "6"/>
</rechargeProfile>
+ <taskType>
+ <item1 typeName="璁惧瀹夎"/>
+ <item2 typeName="璁惧缁翠慨"/>
+ <item3 typeName="璁惧淇濆吇"/>
+ </taskType>
</org3>
</orgs>
</config>
\ No newline at end of file
--
Gitblit v1.8.0