|
@@ -5,14 +5,15 @@
|
|
|
<sdk_version>SDK-D</sdk_version>
|
|
|
<!-- zkt-dmp的服务地址 -->
|
|
|
<rwd url="http://192.168.100.33:9976/" />
|
|
|
+ <config path="D-config" refresh_enable="true" />
|
|
|
<physical_world path="D-physical_world" refresh_enable="true" />
|
|
|
<zkt_physical_world path="D-zkt_physical_world" enable="true" refresh_enable="true" />
|
|
|
<ibms_physical_world path="D-ibms_physical_world" enable="true" refresh_enable="true" />
|
|
|
+ <info_point path="D-info-point" enable="true" />
|
|
|
<!-- zkt-monitor的服务地址 -->
|
|
|
<zkt_monitor url="http://192.168.100.33:9909/zkt-monitor/" />
|
|
|
<!-- zkt-control的服务地址 -->
|
|
|
<zkt_control url="http://192.168.100.33:9909/zkt-control/" />
|
|
|
- <config path="D-config" refresh_enable="true" />
|
|
|
<!-- iot-collect的服务地址 -->
|
|
|
<iot_collect url="http://192.168.100.33:9909/iot-collect/" />
|
|
|
<!-- iot-project的websocket地址 -->
|
|
@@ -26,6 +27,7 @@
|
|
|
<alarm enable="true" websocket="ws://192.168.100.76:8870/webSocketServer" url="http://192.168.100.33:9909/ibms-alarm/" service_name="ibms-alarm" />
|
|
|
<!-- <alarm enable="true" websocket="http://39.102.43.179:9993/webSocketServer" url="http://39.102.43.179:9993/" service_name="ibms-alarm" /> -->
|
|
|
|
|
|
+ <!-- 场景/产品模块编码与后台tab页名称的对应关系 -->
|
|
|
<SceneCode2TabName sceneCode="ggzm" tabName="公共照明" />
|
|
|
<SceneCode2TabName sceneCode="yjzm" tabName="夜景照明" />
|
|
|
|
|
@@ -43,7 +45,7 @@
|
|
|
<ConfigRelation graphCode="ValveRelationship" relCode="Vv2Eq" objFrom="equipment" objTo="equipment" nameInFrom="限制设备" multiplicityFrom="n" nameInTo="被设备限制" multiplicityTo="n" />
|
|
|
<ConfigRelation graphCode="ArchForArch" relCode="Sp2Sp" objFrom="space" objTo="space" nameInFrom="服务于空间" multiplicityFrom="n" nameInTo="被空间服务" multiplicityTo="n" />
|
|
|
|
|
|
- <!-- 中转服务的编码、请求类型、url服务地址 -->
|
|
|
+ <!-- 中转服务的编码、请求类型、url服务地址(根据实际情况添加)-->
|
|
|
<Redirect code="获取报警时长" http_request_type="get" url="http://39.102.43.179:9982/alarmTime/query">
|
|
|
<!-- 中转服务的header,有几项就写几行 -->
|
|
|
<header key="Content-Type" value="application/json" />
|