新增光伏Mppt相关功能
This commit is contained in:
@ -215,6 +215,8 @@ public interface DataCollectConstant {
|
||||
interface PV_CHARGE_POINT {
|
||||
//光伏
|
||||
String PV_DAILY_CHARGING_ENERGY = "pvDailyChargingEnergy";
|
||||
// Mppt 总发
|
||||
String TOTAL_RELEASE = "totalRelease";
|
||||
}
|
||||
|
||||
interface BMS_POINT {
|
||||
|
||||
Reference in New Issue
Block a user