mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 15:04:24 +01:00
Update NsPanelTs.ts
This commit is contained in:
@@ -3018,7 +3018,7 @@ function findPageItem(searching: String): PageItem {
|
|||||||
return pageItem === undefined;
|
return pageItem === undefined;
|
||||||
});
|
});
|
||||||
|
|
||||||
if (Debug) log('findPageItem -> pageItem SubPage ' + JSON.stringifyy(pageItem), 'info');
|
if (Debug) log('findPageItem -> pageItem SubPage ' + JSON.stringify(pageItem), 'info');
|
||||||
|
|
||||||
return pageItem;
|
return pageItem;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@@ -5671,7 +5671,7 @@ function GenerateQRPage(page: PageQR): Payload[] {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (Debug) {
|
if (Debug) {
|
||||||
log('GenerateQRPage payload: ' + JSON.stingify(out_msgs), 'info');
|
log('GenerateQRPage payload: ' + JSON.stringify(out_msgs), 'info');
|
||||||
}
|
}
|
||||||
return out_msgs;
|
return out_msgs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user