修改设备显示信息的寄存器地址配置文件,修改服务端界面

This commit is contained in:
lixiaoyuan
2025-09-29 18:31:44 +08:00
parent af625fba49
commit 454310262b
23 changed files with 1000 additions and 334 deletions

View File

@@ -0,0 +1,47 @@
[
{
"name": "EMS",
"devicetype": 101,
"valstr": [
{"addr": "0x2018", "val": {"0":"正常", "1""告警", "2""故障"}},
{"addr": "0x2019", "val": {"0":"正常", "1""告警", "2""故障"}},
{"addr": "0x201A", "val": {"0":"正常", "1""告警", "2""故障"}},
{"addr": "0x201A", "val": {"0":"正常", "1""告警", "2""故障"}},
]
},
{
"name": "PCS",
"devicetype": 102,
"valstr": [
{""}
]
},
{
"name": "PCU",
"devicetype": 103,
"valstr": [
{}
]
},
{
"name": "BMS",
"devicetype": 104,
"valstr": [
{}
]
},
{
"name": "BCU",
"devicetype": 105,
"valstr": [
{}
]
},
{
"name": "CHARGER",
"devicetype": 106,
"valstr": [
{}
]
},
]