|
|
@ -43,7 +43,7 @@ public class SensorCollector { |
|
|
|
} |
|
|
|
log.error("定时推送传感器状态错误", e); |
|
|
|
} |
|
|
|
}, 10, 1000, TimeUnit.MILLISECONDS); |
|
|
|
}, 10, 3000, TimeUnit.MILLISECONDS); |
|
|
|
} |
|
|
|
|
|
|
|
private void commandWait(CommandFuture... futures) throws ExecutionException, InterruptedException { |
|
|
|