mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
alova - implementing UpdateState
This commit is contained in:
@@ -170,15 +170,6 @@ const DashboardStatus: FC = () => {
|
||||
toast.error(err.message);
|
||||
});
|
||||
setConfirmScan(false);
|
||||
|
||||
// try {
|
||||
// await EMSESP.scanDevices();
|
||||
// toast.info(LL.SCANNING() + '...');
|
||||
// } catch (error) {
|
||||
// toast.error(extractErrorMessage(error, LL.PROBLEM_UPDATING()));
|
||||
// } finally {
|
||||
// setConfirmScan(false);
|
||||
// }
|
||||
};
|
||||
|
||||
const renderScanDialog = () => (
|
||||
|
||||
Reference in New Issue
Block a user