|
@@ -13007,6 +13007,7 @@ int handleRemoteStartRequest(char *uuid, char *payload)
|
|
|
{
|
|
|
if(connectorIdInt > 0)
|
|
|
{
|
|
|
+ DEBUG_INFO("Specified gun-%d type: %d\n", (connectorIdInt -1), gunType[connectorIdInt -1]);
|
|
|
//check Transaction active
|
|
|
if(gunType[connectorIdInt -1] == GUN_TYPE_CHAdeMO)
|
|
|
{
|
|
@@ -13276,6 +13277,7 @@ int handleRemoteStartRequest(char *uuid, char *payload)
|
|
|
uint8_t isHasIdleConnector = FALSE;
|
|
|
for(uint8_t gun_index=0;gun_index<gunTotalNumber;gun_index++)
|
|
|
{
|
|
|
+ DEBUG_INFO("Check not specified gun-%d type: %d\n", gun_index, gunType[gun_index]);
|
|
|
if(!cpinitateMsg.bits[gun_index].isOnCharging)
|
|
|
{
|
|
|
isHasIdleConnector = TRUE;
|