|
@ -102,6 +102,10 @@ void TransmitDisinfection::processReportPacket(packet_type_t type, uint8_t from, |
|
|
report_water_sensor_state_t *ack = (report_water_sensor_state_t *)frame->params; |
|
|
report_water_sensor_state_t *ack = (report_water_sensor_state_t *)frame->params; |
|
|
RSHOW("[设备底部水浸][FROM:%03d] (%d)", from, ack->state); |
|
|
RSHOW("[设备底部水浸][FROM:%03d] (%d)", from, ack->state); |
|
|
} |
|
|
} |
|
|
|
|
|
//
|
|
|
|
|
|
else { |
|
|
|
|
|
RSHOW("[UNKNOWN ][FROM:%03d] %s", from, zhex2str(hex, hexlen).c_str()); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TransmitDisinfection::~TransmitDisinfection() {} |
|
|
TransmitDisinfection::~TransmitDisinfection() {} |