Commit 72920b80 authored by tangwei's avatar tangwei

修改逆变器状态

parent f2aacfb2
...@@ -27,8 +27,8 @@ public class KSolarConstant { ...@@ -27,8 +27,8 @@ public class KSolarConstant {
public static final HashMap<String, String> stationStaus = new HashMap<String, String>() { public static final HashMap<String, String> stationStaus = new HashMap<String, String>() {
{ {
put("1", "在线"); put("0", "在线");
put("0", "离线"); put("1", "离线");
put("2", "报警"); put("2", "报警");
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment