ソースを参照

2021.11.03 / Wendell
Actions
1. add AuthModeConfig & EVCCIDConfig

Files
1. As follow commit history

Wendell 3 年 前
コミット
ce0a1ce53e
1 ファイル変更5 行追加1 行削除
  1. 5 1
      EVSE/Projects/define.h

+ 5 - 1
EVSE/Projects/define.h

@@ -682,7 +682,9 @@ typedef union
         unsigned int TelcomModemStatusRequest:1;        // 0: no request,   1: 4g connection status has changed                 ( cabinet -> dispenser)
         unsigned int BillingStatusRequest:1;            // 0: no request,   1: billing status has changed                       ( cabinet -> dispenser)
         unsigned int StopButtonStatusRequest:1;         // 0: no request,   1: stop charging button status has changed          ( cabinet -> dispenser)
-        unsigned int res:9;
+        unsigned int AuthModeConfigRequest:1;           // 0: no request,   1: AuthMode Config has changed                      ( cabinet -> dispenser)
+        unsigned int EVCCIDConfigRequest:1;             // 0: no request,   1: EVCCID Config has changed                        ( cabinet -> dispenser)
+        unsigned int res:7;
     }bits;
 }DispenserSettingFlag;
 
@@ -873,6 +875,8 @@ typedef struct
     unsigned int StopChargingButton;            // 0: disable, 1: enable
     unsigned int HardwareReboot;                // 1: HardwareReboot, Other value: no effect
     unsigned int SoftwareRestart;               // 1: SoftwareRestart, Other value: no effect
+    unsigned int AuthModeConfig;                // 0: enable,  1: disable
+    unsigned int EVCCIDConfig;                  // 0: disable, 1: enable
 }CabinetMiscCommand;
 
 typedef struct DC_METER_INFO