diff --git a/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/command/AlarmClockActionCommand.java b/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/command/AlarmClockActionCommand.java index a32e782..f7d5179 100644 --- a/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/command/AlarmClockActionCommand.java +++ b/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/command/AlarmClockActionCommand.java @@ -85,7 +85,6 @@ public class AlarmClockActionCommand extends ActionCommand implements IActionCom request.setTimes( date.getTime() / 1000 ); - //request.setTime(Date.from(actionTime.getDetailTime().getLocalDateTime().atZone(ZoneId.systemDefault()).toInstant())); request.setUserId(baseSession.getUserId()); request.setDeviceId(baseSession.getDeviceId()); request.setRepeat(AlarmRepeatEnum.ONE.getCode());