correct percent value

This commit is contained in:
lukas 2021-03-06 23:50:36 +01:00
parent 62cea9932e
commit 983d2b9ce7

View File

@ -42,7 +42,7 @@ class HeatingInformation extends React.Component<HeatingRestcontollerprops> {
<ListItem>
<ListItemText
primary="Gesammte Heizdauer / Prozentuelle Einschaltzeit"
secondary={stringifyTime(props.data.totalheattime) + ' / ' + props.data.heattimepercent + '%'}
secondary={stringifyTime(props.data.totalheattime) + ' / ' + props.data.heattimepercent * 100 + '%'}
/>
</ListItem>
<ListItem>