调整
This commit is contained in:
parent
9e1670586b
commit
c8c3176c10
@ -39,9 +39,7 @@ public class DeviceInitConvertor extends DefaultConvertor {
|
|||||||
} else if (builder instanceof Switch.Builder switchBuild) {
|
} else if (builder instanceof Switch.Builder switchBuild) {
|
||||||
alertManager.emit(new SwitchAndTrackLedAlertEvent(switchBuild));
|
alertManager.emit(new SwitchAndTrackLedAlertEvent(switchBuild));
|
||||||
alertManager.emit(new SwitchLostAlertEvent(switchBuild));
|
alertManager.emit(new SwitchLostAlertEvent(switchBuild));
|
||||||
}/* else if (builder instanceof Platform.Builder platformBuild) {
|
}
|
||||||
alertManager.emit(new PlatformAlertEvent(platformBuild));
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user