almost done

This commit is contained in:
lb 2023-09-11 11:09:27 +08:00
parent 6133117039
commit 39a75ef213
2 changed files with 113 additions and 1 deletions

View File

@ -18,7 +18,7 @@
},
"runState": {
"lastFireChangeTime": "3分28秒",
"fireChangeTime": "04:00",
"fireChangeTime": "20:00",
"fireDirection": "东火"
},
"fan": [

112
websocket/response.json Normal file
View File

@ -0,0 +1,112 @@
[
/** 8 **/
{
"type": "kiln-info",
"data": {
/** **/
"kilnPressure": "***Kpa",
/** **/
"waterLoopTemperature": "...℃",
/** **/
"waterLoopFlow": "+++m³/h",
/** **/
"waterLoopPressure": "***Kpa",
/** **/
"windPressure": "***Kpa",
/** **/
"gasPressure": "***Kpa",
/** **/
"topTemperature": "...℃",
/** **/
"meltTemperature": "...℃"
}
},
/** **/
{
"type": "run-state",
"data": {
/** **/
"lastFireChangeTime": "3分28秒",
/** **/
"fireChangeTime": "20:00",
/** **/
"fireDirection": "东火"
}
},
/** **/
{
"type": "energy-cost",
"data": {
/** **/
"restHeat": "***kWh",
/** **/
"water": "+++Km³",
/** **/
"electricity": "+++kWh",
/** I **/
"gasi": "...m³",
/** II **/
"gasii": "...m³"
}
},
/** gasii wind **/
{
"type": "realtime",
"data": {
/** **/
"gasii": [
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h"
],
/** **/
"wind": [
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h",
"...m³/h"
]
}
},
/** gas wind **/
{
"type": "his-trend",
"data": {
/** **/
"gas": {
"FE111R": [],
"FE113R": [],
"FE112R": [],
"FE115R": [],
"FE116R": [],
"FE117R": [],
"FE114R": [],
"FE118R": []
},
/** **/
"wind": {
"FE124R": [],
"FE124aR": [],
"FE123R": [],
"FE123aR": [],
"FE125R": [],
"FE125aR": [],
"FE126R": [],
"FE126aR": []
}
}
}
]