Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
var interval = window.setInterval(func(), 500);
function func() {
if(celcius>20.0 && celcius<21.0){
winfow.alert("Uyarı");
}
}
Yarım saniyede bir kontrol eder, değiştirmek için 500'ü değiştir. 1 sn=1000ms