|
@@ -86,7 +86,7 @@ public class WatchJWServerHandler extends HexBinaryAcceptanceHandlerAdapter {
|
|
|
}
|
|
|
String date =DateUtil.getForamtDateUtc0();// DateUtil.formatDate2String(new Date(), "yyyyMMddHHmmss");
|
|
|
normalReply(factory, channel, "BP00," + date + ",8");
|
|
|
- normalReplyModel(factory,deviceId,channel);
|
|
|
+ // normalReplyModel(factory,deviceId,channel); TODO (无效)
|
|
|
}
|
|
|
|
|
|
|