光伏功能逻辑代码及BUG修改

This commit is contained in:
huangjp
2025-12-26 11:26:40 +08:00
parent b3608320a8
commit cbb1d7a8a9
27 changed files with 1839 additions and 543 deletions

View File

@ -84,7 +84,7 @@
type = "storage";
} else if (item.deviceType?.includes("basic") ) {
type = "anything"
} else if (item.deviceType?.includes("mttp") ) {
} else if (item.deviceType?.includes("mttp") || item.deviceType?.includes("mppt")) {
type = "mttp"
}