|
@@ -24,7 +24,7 @@ public interface Adapter {
|
|
|
@RequestParam(value = "ts", required = false) Long ts
|
|
|
);
|
|
|
|
|
|
-
|
|
|
+
|
|
|
@GetMapping("/history/snap")
|
|
|
List<PointData> getHistorySnap(
|
|
|
@RequestParam(value = "tagName", required = false) String tagName,
|
|
@@ -33,6 +33,8 @@ public interface Adapter {
|
|
|
@RequestParam(value = "interval", required = false) Integer interval
|
|
|
);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
@GetMapping("/history/raw")
|
|
|
List<PointData> getHistoryRaw(
|
|
|
@RequestParam(value = "tagName", required = false) String tagName,
|