单风机:温度显示调整为塔基内温度
This commit is contained in:
parent
695c95769e
commit
416e3159f5
@ -699,7 +699,7 @@ const temperatureChartsData: { name: string; value: string | number }[] = [
|
||||
value: 0,
|
||||
},
|
||||
{
|
||||
name: '环境温度(°C)',
|
||||
name: '塔基柜温度(°C)',
|
||||
value: 0,
|
||||
},
|
||||
]
|
||||
@ -1002,7 +1002,7 @@ const createRealTimeData = async () => {
|
||||
|
||||
temperatureChartsData[0].value = getCutDecimalsValue(realData.itempoutdoor_1sec)
|
||||
temperatureChartsData[1].value = getCutDecimalsValue(realData.itempnacelle_1sec)
|
||||
temperatureChartsData[2].value = getCutDecimalsValue(realData.itempoutdoor_1sec)
|
||||
temperatureChartsData[2].value = getCutDecimalsValue(realData.itempcabinettowerbase_1sec)
|
||||
|
||||
const overviewDatakeys: any = Object.keys(overviewData)
|
||||
const sigleDataKeys: any = Object.keys(realTimeDataForSingle.value)
|
||||
|
Loading…
Reference in New Issue
Block a user