mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add icon for Scheduler
This commit is contained in:
@@ -3,6 +3,7 @@ import { CgSmartHomeBoiler } from 'react-icons/cg';
|
|||||||
import { FaSolarPanel } from 'react-icons/fa';
|
import { FaSolarPanel } from 'react-icons/fa';
|
||||||
import { GiHeatHaze, GiTap } from 'react-icons/gi';
|
import { GiHeatHaze, GiTap } from 'react-icons/gi';
|
||||||
import { MdPlaylistAdd } from 'react-icons/md';
|
import { MdPlaylistAdd } from 'react-icons/md';
|
||||||
|
import { MdMoreTime } from 'react-icons/md';
|
||||||
import {
|
import {
|
||||||
MdOutlineDevices,
|
MdOutlineDevices,
|
||||||
MdOutlinePool,
|
MdOutlinePool,
|
||||||
@@ -38,7 +39,7 @@ const deviceIconLookup: {
|
|||||||
[DeviceType.CUSTOM]: MdPlaylistAdd,
|
[DeviceType.CUSTOM]: MdPlaylistAdd,
|
||||||
[DeviceType.UNKNOWN]: undefined,
|
[DeviceType.UNKNOWN]: undefined,
|
||||||
[DeviceType.SYSTEM]: undefined,
|
[DeviceType.SYSTEM]: undefined,
|
||||||
[DeviceType.SCHEDULER]: undefined,
|
[DeviceType.SCHEDULER]: MdMoreTime,
|
||||||
[DeviceType.GENERIC]: undefined,
|
[DeviceType.GENERIC]: undefined,
|
||||||
[DeviceType.VENTILATION]: undefined
|
[DeviceType.VENTILATION]: undefined
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user