mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add icon, rename to AM200, show web log buffer filling, #857
This commit is contained in:
@@ -19,7 +19,8 @@ interface DeviceIconProps {
|
||||
const DeviceIcon: FC<DeviceIconProps> = ({ type }) => {
|
||||
switch (type) {
|
||||
case 'Boiler':
|
||||
return <CgSmartHomeBoiler />;
|
||||
case 'Heatsource':
|
||||
return <CgSmartHomeBoiler />;
|
||||
case 'Sensor':
|
||||
return <MdOutlineSensors />;
|
||||
case 'Solar':
|
||||
|
||||
Reference in New Issue
Block a user