mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
pvCooling, pvEnable, fix #878
This commit is contained in:
@@ -20,7 +20,7 @@ const DeviceIcon: FC<DeviceIconProps> = ({ type }) => {
|
||||
switch (type) {
|
||||
case 'Boiler':
|
||||
case 'Heatsource':
|
||||
return <CgSmartHomeBoiler />;
|
||||
return <CgSmartHomeBoiler />;
|
||||
case 'Sensor':
|
||||
return <MdOutlineSensors />;
|
||||
case 'Solar':
|
||||
|
||||
Reference in New Issue
Block a user