mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
v4.3.3.19 - Update NsPanelTs.ts
- Fix Trigger activeDimmodeBrightness if Dimmode = -1
This commit is contained in:
@@ -1288,7 +1288,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