新增光伏Mppt相关功能

This commit is contained in:
2025-11-28 10:04:04 +08:00
parent 6c23c4a9c4
commit 861155b2e5
46 changed files with 1722 additions and 512 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 {