2020-01-10 16:38:18 +01:00
|
|
|
$(document).ready(function () {
|
|
|
|
|
2020-01-13 21:00:33 +01:00
|
|
|
$.post('/senddata/Devicedata', 'action=getdevices', function (data) {
|
2020-01-10 16:38:18 +01:00
|
|
|
|
2020-01-13 21:00:33 +01:00
|
|
|
console.log(data);
|
|
|
|
}, 'json');
|
2020-01-10 16:38:18 +01:00
|
|
|
});
|
|
|
|
|