mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
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:
@@ -1287,7 +1287,7 @@ InitConfigParameters();
|
||||
|
||||
on({id: [].concat(NSPanel_Path + 'Config.ScripgtDebugStatus'), change: "ne"}, async function (obj) {
|
||||
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
|
||||
} catch (err) {
|
||||
log('error at Trigger ScripgtDebugStatus: ' + err.message, 'warn');
|
||||
|
||||
Reference in New Issue
Block a user