mppt模块

This commit is contained in:
2026-02-26 15:00:18 +08:00
parent 658b84faeb
commit 2d1371033c
50 changed files with 1906 additions and 443 deletions

View File

@ -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 {