docs + fixes to CustomProps

This commit is contained in:
jokob-sk
2025-01-02 10:15:58 +11:00
parent 2799d3598b
commit 729c24029f
10 changed files with 113 additions and 58 deletions

View File

@@ -897,7 +897,7 @@ function getMacsOfShownDevices() {
function renderCustomProps(custProps, mac) {
// Decode and parse the custom properties
// console.log(custProps);
console.log(custProps);
const props = JSON.parse(atob(custProps));
let html = "";