luoguangyi 3 years ago
parent
commit
5da95b6294
1 changed files with 31 additions and 35 deletions
  1. 31 35
      docs/iot/iot.md

+ 31 - 35
docs/iot/iot.md

@@ -165,10 +165,10 @@
 ```
 
 
-# 分精度
+## 分精度
 
 
-## 查询公式的分精度
+### 查询公式的分精度
 
 
 **接口地址**:`/expression_query_post`
@@ -240,7 +240,7 @@
 ```
 
 
-## 批量查询最小分精度
+### 批量查询最小分精度
 
 
 **接口地址**:`/fjd_period_batch_post`
@@ -321,7 +321,7 @@
 ```
 
 
-## 查询分精度
+### 查询分精度
 
 
 **接口地址**:`/fjd_query/{building}/{meter}/{funcid}/{time_period}/{time_from}/{time_to}`
@@ -376,7 +376,7 @@
 ```
 
 
-## 批量查询分精度
+### 批量查询分精度
 
 
 **接口地址**:`/fjd_query_batch_post`
@@ -457,7 +457,7 @@
 ```
 
 
-## 插入分精度
+### 插入分精度
 
 
 **接口地址**:`/insertFjd`
@@ -533,10 +533,10 @@
 ```
 
 
-# 异步采集
+## 异步采集
 
 
-## 读取点位
+### 读取点位
 
 
 **接口地址**:`/pointread/{building}/{meter}/{funcid}`
@@ -608,7 +608,7 @@
 ```
 
 
-## 读取点位
+### 读取点位
 
 
 **接口地址**:`/pointread_post`
@@ -706,7 +706,7 @@
 ```
 
 
-## 批量读取点位
+### 批量读取点位
 
 
 **接口地址**:`/pointreadbatch_post`
@@ -826,10 +826,10 @@
 ```
 
 
-# 异步控制
+## 异步控制
 
 
-## 设置点位
+### 设置点位
 
 
 **接口地址**:`/pointset/{building}/{meter}/{funcid}/{data}`
@@ -902,7 +902,7 @@
 ```
 
 
-## 设置点位
+### 设置点位
 
 
 **接口地址**:`/pointset_post`
@@ -1000,7 +1000,7 @@
 ```
 
 
-## 批量设置点位
+### 批量设置点位
 
 
 **接口地址**:`/pointsetbatch_post`
@@ -1120,7 +1120,7 @@
 ```
 
 
-## 批量查询控制结果
+### 批量查询控制结果
 
 
 **接口地址**:`/pointsetresultbatch_post`
@@ -1148,12 +1148,8 @@
     {
       "building": "1101070037",
       "data": 13.14,
-      "endtime": "20201224192034",
       "funcid": 10101,
       "meter": "1001",
-      "operation": "pointread/pointset",
-      "receivetime": "20201224192034",
-      "status": "finish:success",
       "virtual": false
     }
   ],
@@ -1240,10 +1236,10 @@
 ```
 
 
-# 查询采集当前值
+## 查询采集当前值
 
 
-## 查询采集当前值
+### 查询采集当前值
 
 
 **接口地址**:`/presentreport/{building}/{meter}/{funcid}`
@@ -1315,7 +1311,7 @@
 ```
 
 
-## 查询采集当前值
+### 查询采集当前值
 
 
 **接口地址**:`/presentreport_post`
@@ -1413,7 +1409,7 @@
 ```
 
 
-## 批量查询采集当前值
+### 批量查询采集当前值
 
 
 **接口地址**:`/presentreportbatch_post`
@@ -1533,10 +1529,10 @@
 ```
 
 
-# 查询控制当前值
+## 查询控制当前值
 
 
-## 查询控制当前值
+### 查询控制当前值
 
 
 **接口地址**:`/presentset/{building}/{meter}/{funcid}`
@@ -1608,7 +1604,7 @@
 ```
 
 
-## 查询控制当前值
+### 查询控制当前值
 
 
 **接口地址**:`/presentset_post`
@@ -1706,7 +1702,7 @@
 ```
 
 
-## 查询控制当前值
+### 查询控制当前值
 
 
 **接口地址**:`/presentsetbatch_post`
@@ -1826,10 +1822,10 @@
 ```
 
 
-# 同步采集
+## 同步采集
 
 
-## 读取点位
+### 读取点位
 
 
 **接口地址**:`/sync_pointread/{building}/{meter}/{funcid}`
@@ -1901,7 +1897,7 @@
 ```
 
 
-## 读取点位
+### 读取点位
 
 
 **接口地址**:`/sync_pointread_post`
@@ -1999,7 +1995,7 @@
 ```
 
 
-## 批量读取点位
+### 批量读取点位
 
 
 **接口地址**:`/sync_pointreadbatch_post`
@@ -2119,10 +2115,10 @@
 ```
 
 
-# 同步控制
+## 同步控制
 
 
-## 设置点位
+### 设置点位
 
 
 **接口地址**:`/sync_pointset/{building}/{meter}/{funcid}/{data}`
@@ -2195,7 +2191,7 @@
 ```
 
 
-## 设置点位
+### 设置点位
 
 
 **接口地址**:`/sync_pointset_post`
@@ -2293,7 +2289,7 @@
 ```
 
 
-## 批量设置点位
+### 批量设置点位
 
 
 **接口地址**:`/sync_pointsetbatch_post`