mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
rename DevicesDialog
This commit is contained in:
@@ -64,7 +64,7 @@ import { useInterval } from 'utils';
|
|||||||
|
|
||||||
import { readCoreData, readDeviceData, writeDeviceValue } from '../../api/app';
|
import { readCoreData, readDeviceData, writeDeviceValue } from '../../api/app';
|
||||||
import DeviceIcon from './DeviceIcon';
|
import DeviceIcon from './DeviceIcon';
|
||||||
import DashboardDevicesDialog from './DevicesDialog';
|
import DevicesDialog from './DevicesDialog';
|
||||||
import { formatValue } from './deviceValue';
|
import { formatValue } from './deviceValue';
|
||||||
import { DeviceEntityMask, DeviceType, DeviceValueUOM_s } from './types';
|
import { DeviceEntityMask, DeviceType, DeviceValueUOM_s } from './types';
|
||||||
import type { Device, DeviceValue } from './types';
|
import type { Device, DeviceValue } from './types';
|
||||||
@@ -752,7 +752,7 @@ const Devices = () => {
|
|||||||
{renderDeviceData()}
|
{renderDeviceData()}
|
||||||
{renderDeviceDetails()}
|
{renderDeviceDetails()}
|
||||||
{selectedDeviceValue && (
|
{selectedDeviceValue && (
|
||||||
<DashboardDevicesDialog
|
<DevicesDialog
|
||||||
open={deviceValueDialogOpen}
|
open={deviceValueDialogOpen}
|
||||||
onClose={deviceValueDialogClose}
|
onClose={deviceValueDialogClose}
|
||||||
onSave={deviceValueDialogSave}
|
onSave={deviceValueDialogSave}
|
||||||
|
|||||||
Reference in New Issue
Block a user