v4.3.3.18 - Update NsPanelTs.ts

- Add (ELAPSED/DURATION) to v2Adapter alexa2
- Replace missing Type console.log --> log(message, 'serverity')
This commit is contained in:
Armilar
2023-12-06 21:49:15 +01:00
committed by GitHub
parent 8d7f6ffea5
commit 0a03f736ce

View File

@@ -1287,7 +1287,7 @@ InitConfigParameters();
on({id: [].concat(NSPanel_Path + 'Config.ScripgtDebugStatus'), change: "ne"}, async function (obj) { on({id: [].concat(NSPanel_Path + 'Config.ScripgtDebugStatus'), change: "ne"}, async function (obj) {
try { try {
obj.state.val ? log('Debugmodus aktiviert', 'info') : log('Debugmodus deaktiviert', 'info'); obj.state.val ? log('Debug mode activated', 'info') : log('Debug mode disabled', 'info');
Debug = obj.state.val Debug = obj.state.val
} catch (err) { } catch (err) {
log('error at Trigger ScripgtDebugStatus: ' + err.message, 'warn'); log('error at Trigger ScripgtDebugStatus: ' + err.message, 'warn');