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

113 linhas
2.1 KiB
JSON
Original Anotar Histórico

This file contains ambiguous Unicode characters

Este arquivo contém caracteres Unicode que podem ser confundidos com outros caracteres. Se você acha que isso é intencional, pode ignorar esse aviso com segurança. Use o botão Escapar para revelá-los invisible_runes_line=`Esta linha tem caracteres unicode invisíveis

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