Showing
2 changed files
with
2 additions
and
2 deletions
| ... | ... | @@ -52,7 +52,7 @@ public class ChizhouZoneScheduler extends AbstractZoneScheduler { |
| 52 | 52 | logStart(taskName); |
| 53 | 53 | try { |
| 54 | 54 | log.info("[{}] Simulating pushing devices...", getZoneName()); |
| 55 | -// hnDeviceReportService.deviceReport(); | |
| 55 | + hnDeviceReportService.deviceReport(); | |
| 56 | 56 | Thread.sleep(1000); |
| 57 | 57 | } catch (Exception e) { |
| 58 | 58 | logError(taskName, e); | ... | ... |