no message
This commit is contained in:
parent
cab18cd2de
commit
39829fd709
@ -24,8 +24,8 @@ enum enumZigBeeTransmitStatus {
|
|||||||
//#define Q4G_MODULE
|
//#define Q4G_MODULE
|
||||||
//#define WIFI_MODULE
|
//#define WIFI_MODULE
|
||||||
//#define NR5G_MEIGE
|
//#define NR5G_MEIGE
|
||||||
//#define G2UL_GATEWAY
|
#define G2UL_GATEWAY
|
||||||
#define IMX6UL_GATEWAY
|
//#define IMX6UL_GATEWAY
|
||||||
|
|
||||||
class GlobalConfig
|
class GlobalConfig
|
||||||
{
|
{
|
||||||
|
@ -1393,7 +1393,6 @@ std::string JsonData::JsonCmd_Cgi_26(Param_26 ¶m)
|
|||||||
}else{
|
}else{
|
||||||
jsSensorData["RSSI"] = "0," + arrRes[j][40];
|
jsSensorData["RSSI"] = "0," + arrRes[j][40];
|
||||||
}
|
}
|
||||||
|
|
||||||
jsSensorData["update"] = atoi(arrRes[j][41].c_str());
|
jsSensorData["update"] = atoi(arrRes[j][41].c_str());
|
||||||
jsSensorData["MeasurementID"] = arrRes[j][44];
|
jsSensorData["MeasurementID"] = arrRes[j][44];
|
||||||
jsSensorData["battery"] = arrRes[j][43];
|
jsSensorData["battery"] = arrRes[j][43];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user