remove suhu min and max

This commit is contained in:
Muhammad Izza Alfiansyah 2024-05-03 13:27:22 +07:00
parent c9789cd61c
commit 6ef417ae9c
2 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ export default function (props: JSX.HTMLAttributes<HTMLDivElement>) {
alert("Device offline!");
}
await checkStatusDevice();
// await checkStatusDevice();
};
onMount(async () => {

View File

@ -59,7 +59,7 @@ export default function () {
/>
</div>
</div>
<div class="h-8"></div>
{/* <div class="h-8"></div>
<div class="text-xl">Kontrol Fermentasi</div>
<p class="text-sm">
Pemilik bisa mengatur environment untuk pengendalian suhu optimal pada
@ -90,7 +90,7 @@ export default function () {
</div>
</div>
</div>
</div>
</div> */}
<div class="h-8"></div>
<button
class="bg-blue-500 transition focus:bg-blue-400 text-white rounded shadow-sm uppercase p-3 px-6 w-full"