setInterval(degerGetir, 300000);
function degerGetir() {
$.ajax({
url: '[URL]http://xxxx/emoncms/feed/aget.json?id=59&apikey=bcbe79b1axd2ce0b440[/URL]',
datatype: 'json',
success: function(response){
g1 = new JustGage({
id: "g1",
value: response,
min: 0,
max: 10000,
title: "FAZ 1",
label: "Watt"
});
},
});
}sanki çalışması lazım geliyor..
canlı da denemek lazım tabi.