fixed comment

This commit is contained in:
Ziver Koc 2021-08-28 16:12:58 +02:00
parent a21ac02333
commit b700fdd8dd

View file

@ -328,7 +328,7 @@ public class ZigbeeController implements HalSensorController,
}
});
// // TODO: Notify listener that a device is online
// Notify listener that a device is online
for (HalDeviceReportListener deviceListener : deviceListeners) {
deviceListener.reportReceived(config, null);
}