This commit is contained in:
tiger_zhou 2023-09-22 10:26:26 +08:00
parent 9e1670586b
commit c8c3176c10

View File

@ -39,9 +39,7 @@ public class DeviceInitConvertor extends DefaultConvertor {
} else if (builder instanceof Switch.Builder switchBuild) {
alertManager.emit(new SwitchAndTrackLedAlertEvent(switchBuild));
alertManager.emit(new SwitchLostAlertEvent(switchBuild));
}/* else if (builder instanceof Platform.Builder platformBuild) {
alertManager.emit(new PlatformAlertEvent(platformBuild));
}*/
}
}
}
}