xuchang-new/websocket/response-example.json
2023-11-09 13:36:21 +08:00

113 строки
2.1 KiB
JSON
Исходник Ответственный История

Этот файл содержит неоднозначные символы Юникода

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
/** 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": []
}
}
}
]