瀏覽代碼

2020-06-23 / Alston Lin

Actions
1. add output power each psu group

Files
1. As follow commit history
Alston 4 年之前
父節點
當前提交
2ef1570d1c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -1678,6 +1678,7 @@ struct PsuGroupData
 	unsigned int 			GroupAvailablePower;			//Watt
 	unsigned short 		GroupPresentOutputVoltage; 	//abcd=abc.d volt
 	unsigned short 		GroupPresentOutputCurrent;		//abcd=abc.d Amps
+	unsigned int		GroupPresentOutputPower;	//Watt
 	struct PsuModuleData 	PsuModule[MAX_PSU_QUANTITY];
 };