| | |
| | | }
|
| | | boolean batt_group_exist = false;
|
| | | String reg_code = res.getString("BattGroupName6").trim();
|
| | | String FBSDeviceName = res.getString("FBSDeviceName").trim();
|
| | | float float_vol_lev = res.getFloat("FloatVolLevel");
|
| | | float float_curr_lev = res.getFloat("BattFloatCurrent");
|
| | | int GroupIndexInFBSDevice = res.getInt("GroupIndexInFBSDevice");
|
| | |
| | | brt.setDevRegCode(reg_code);
|
| | | param_changed = true;
|
| | | }
|
| | | if(false == FBSDeviceName.equals(brt.FBSDeviceName)) {
|
| | | brt.FBSDeviceName = FBSDeviceName;
|
| | | param_changed = true;
|
| | | }
|
| | | if((float_vol_lev!=brt.getBattFloatVolLev()) || (float_curr_lev!=brt.getBattFloatCurrLev())) {
|
| | | brt.setBattFloatVolCurrLevel(float_vol_lev, float_curr_lev);
|
| | | param_changed = true;
|