JSON_CommuniStatus

JSON message about communication status

{
  "CommuniStatus":{
    "wired":"", 
/*optional, string type, wired network connection status, "normal"-connected, "break"-disconnected, "ipConflict"-IP address conflicted*/ 
    "wifi":"", 
/*optional, string type, wireless network connection status, "normal"-connected, "break"-disconnected*/ 
    "wifiSignal": , 
/*optional, integer type, Wi-Fi strength, level options: 0, 1, 2, 3, 4*/ 
    "mobile":"", 
/*optional, string type, mobile network connection status (GPRS/3G/4G), "normal"-connected, "break"-disconnected*/ 
    "mobileSignal": , 
/*optional, string type, mobile network signal strength, level options: 0, 1, 2, 3, 4*/ 
    "flow": , 
/*optional, float type, network traffic flow usage, unit: MB*/ 
    "monFlowLimit": , 
/*optional, integer type, network traffic flow limit in current month, unit: MB, read only*/ 
    "cloud":"", 
/*optional, string type, cloud connection status, "normal"-connected, "break"-disconnected*/ 
    "wifiName":  "test",	
/*optional, string, Wi-Fi name*/
    "SIMNum":  "test",
/*optional, string, SIM card No.*/
    "SIMOperatorName":  "test",	
/*optional, string, SIM card operator, the maximum length is 64 bytes*/
    "R3AverageNoise":  1,	
/*optional, int, R3 average noise value, unit: dBM*/
    "RXAverageNoise":  2	
/*optional, int, RX average noise value, unit: dBM*/
  }
}