|
@@ -6445,6 +6445,8 @@ S_FAULT =12
|
|
|
|
|
|
if((server_sign == TRUE) && isStateChanged)
|
|
|
{
|
|
|
+ cpinitateMsg.bits[gun_index].StatusNotificationReq = 0;
|
|
|
+ cpinitateMsg.bits[gun_index].TriggerStatusNotificationReq = 0;
|
|
|
LWS_Send(message);
|
|
|
|
|
|
sprintf(tempdata, "StatusNotification,%d", (gun_index));
|
|
@@ -15727,8 +15729,8 @@ void handleStatusNotificationResponse(char *payload, int gun_index)
|
|
|
mtrace();
|
|
|
DEBUG_INFO("handleStatusNotificationResponse...\n");
|
|
|
|
|
|
- cpinitateMsg.bits[gun_index].TriggerStatusNotificationReq = 0;
|
|
|
- cpinitateMsg.bits[gun_index].StatusNotificationReq = 0;
|
|
|
+ //cpinitateMsg.bits[gun_index].TriggerStatusNotificationReq = 0;
|
|
|
+ //cpinitateMsg.bits[gun_index].StatusNotificationReq = 0;
|
|
|
cpinitateMsg.bits[gun_index].StatusNotificationConf = 1;
|
|
|
|
|
|
}
|