Skip to content

Commit 4c08647

Browse files
committed
Update OMNIK2.plugin.txt
1 parent 3f0c820 commit 4c08647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OMNIK2.plugin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
///////// <version>1.0.1</version>
1+
///////// <version>1.0.2</version>
22
///////// OMNIK12 /////////////
33
///////// Plugin to extract Omnik Local Solar data for Toon ///////////////
44
///////// By Oepi-Loepi ///////////////
55

66
function getSolarData(passWord,userName,apiKey,siteid,urlString,totalValue){
77
if (debugOutput) console.log("*********SolarPanel Start getSolarDataStep1")
88
var http = new XMLHttpRequest()
9-
var var url = "http://" + urlString + "/js/status.js"
9+
var url = "http://" + urlString + "/js/status.js"
1010
http.open("GET", url, true);
1111
http.onreadystatechange = function() {
1212
if (http.readyState === 4) {

0 commit comments

Comments
 (0)