8.11.2019 MQTT finished

This commit is contained in:
Gregor_Dutzler
2019-11-08 14:13:32 +01:00
parent 6a3edc2269
commit a4563def38
5 changed files with 17 additions and 34 deletions

View File

@ -1,2 +1,7 @@
$(document).ready(function() {
$("#firstname").value("hhh");
$.post('/senddata/checkloginstate', 'action=getfirstname', function (data) {
console.log(data);
}, 'json');
});