Add comemnts
This commit is contained in:
@@ -330,7 +330,7 @@ def query_all_record_by_time(query_time: str, bucket: str="realtime_data", clien
|
|||||||
|
|
||||||
return node_records, link_records
|
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:
|
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。
|
根据 type 查询对应的 measurement,根据 ID 和 date 查询对应的 tag,根据 property 查询对应的 field。
|
||||||
|
|||||||
Reference in New Issue
Block a user