v4.3.3.28 - Update NsPanelTs.ts

- Fix short ID's in v4.3.3.27
- Fix window Icons in CreateEntity 
- Add MQTT-Client Check
This commit is contained in:
Armilar
2023-12-30 14:15:54 +01:00
committed by GitHub
parent d4067c5ddb
commit 14bc7dedec

View File

@@ -7018,7 +7018,7 @@ function GetNavigationString(pageId: number): string {
}
function GenerateDetailPage(type: string, optional: string, pageItem: PageItem, placeId: number): Payload[] {
log('GenerateDetailPage Übergabe Type: ' + type + ' - optional: ' + optional + ' - pageItem.id: ' + pageItem.id, 'info');
if (Debug) log('GenerateDetailPage Übergabe Type: ' + type + ' - optional: ' + optional + ' - pageItem.id: ' + pageItem.id, 'info');
try {
let out_msgs: Array<Payload> = [];
let id = pageItem.id;