Quick Fixes

This commit is contained in:
JonatanRek
2020-04-24 18:37:43 +02:00
parent dec5a9083a
commit e39efd9176
2 changed files with 10 additions and 3 deletions

View File

@@ -91,7 +91,7 @@
url: 'ajax',
type: 'POST',
//TODO: GET Attribute from ID
data: { subDevice_id : '46', action : 'set', value: this.value},
data: { subDevice_id : '13', action : 'set', value: this.value},
success: function(msg){
console.log("message");
console.log(msg);