| | |
| | | private String systemStatusDesc;//状态 |
| | | |
| | | private String inv;//inv状态 |
| | | private int deviceStatus;//1:待机,2:连接中,3:故障,4:运行,5:离线 |
| | | private int deviceStatus;// : 连接中,2 : 故障,3 : 运行,4 : 离线 |
| | | private String addresses;//子网号/设备号 |
| | | private List<DeviceAttributeBean> status; |
| | | |
| | |
| | | private HouseInfoBean.Location location;//电站地址 |
| | | private String localSecret;//所属电站的本地密钥 |
| | | |
| | | private boolean ogMaster;//离网逆变器才返回 |
| | | |
| | | public boolean isOgMaster() { |
| | | return ogMaster; |
| | | } |
| | | |
| | | public void setOgMaster(boolean ogMaster) { |
| | | this.ogMaster = ogMaster; |
| | | } |
| | | |
| | | |
| | | public String getSystemStatusDesc() { |
| | | return systemStatusDesc == null ? "" : systemStatusDesc; |