Add comemnts

This commit is contained in:
DingZQ
2025-01-30 21:39:40 +08:00
parent 1193a4fe30
commit 97cd59cfae

View File

@@ -330,7 +330,7 @@ def query_all_record_by_time(query_time: str, bucket: str="realtime_data", clien
return node_records, link_records
# DingZQ return list of dict { 'time': 'timevalue', 'value', 'valuevalue' }
def query_curve_by_ID_property_daterange(ID: str, type: str, property: str, start_date: str, end_date: str, bucket: str="realtime_data", client: InfluxDBClient=client) -> list:
"""
根据 type 查询对应的 measurement根据 ID 和 date 查询对应的 tag根据 property 查询对应的 field。