|
|
@ -6,7 +6,7 @@ const dataInformationFunction = (statusArray) => {
|
|
|
|
<td style="font-size:150%;border:0px solid red;text-align:center;width: 50%;color: #E6ECBE;">${statusArray[1]}</td>
|
|
|
|
<td style="font-size:150%;border:0px solid red;text-align:center;width: 50%;color: #E6ECBE;">${statusArray[1]}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr style="width: 100%; height: 50%;">
|
|
|
|
<tr style="width: 100%; height: 50%;">
|
|
|
|
<td style="font-size:150%;border:0px solid red;text-align:center;width: 50%;color: white;">${statusArray[2]}kW·h</td>
|
|
|
|
<td style="font-size:150%;border:0px solid red;text-align:center;width: 50%;color: #59B2F6;">${statusArray[2]}kW·h</td>
|
|
|
|
<td style="font-size:150%;border:0px solid red;text-align:center;width: 50%;color: red;">${statusArray[3]}</td>
|
|
|
|
<td style="font-size:150%;border:0px solid red;text-align:center;width: 50%;color: red;">${statusArray[3]}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</table>`;
|
|
|
|
</table>`;
|
|
|
|