Docs + Device list rework 🔨

This commit is contained in:
Jokob-sk
2023-10-11 21:02:07 +11:00
parent 879d7b674b
commit d433d8e956
4 changed files with 237 additions and 145 deletions

View File

@@ -1177,7 +1177,7 @@ function getDeviceData (readAllData=false) {
$("body").css ("cursor", "progress");
}
// get data from server
// get data from server
$.get('php/server/devices.php?action=getDeviceData&mac='+ mac + '&period='+ period, function(data) {
var deviceData = JSON.parse(data);