add icon, rename to AM200, show web log buffer filling, #857

This commit is contained in:
MichaelDvP
2022-12-29 16:18:01 +01:00
parent 29838a433a
commit ffa7ddebb8
3 changed files with 15 additions and 13 deletions

View File

@@ -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':