This commit is contained in:
Vitor de Miranda Henrique
2016-12-09 14:30:19 -08:00
parent ef7cf35c4b
commit 2a9aa4bcf9

View File

@@ -83,7 +83,7 @@ $(function() {
type: "GET",
dataType: "json",
data: {"pin": data[0], "status": data[1]},
url: "/plugin/enclosure/handleIO",
url: "/plugin/enclosure/setIO",
async: false
});
}