mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 14:14:12 +01:00
v4.3.3.24 - Update NsPanelTs.ts
* Log info commented out
This commit is contained in:
@@ -7394,8 +7394,7 @@ function GenerateDetailPage(type: string, optional: string, pageItem: PageItem):
|
|||||||
tilt_position = Math.trunc(scale(getState(id + '.TILT_ACTUAL').val, pageItem.minValueTilt, pageItem.maxValueTilt, 100, 0));
|
tilt_position = Math.trunc(scale(getState(id + '.TILT_ACTUAL').val, pageItem.minValueTilt, pageItem.maxValueTilt, 100, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
//if (Debug)
|
if (Debug) log('minLevel '+ min_Level + ' maxLevel ' + max_Level + ' Level ' + val, 'info');
|
||||||
log('minLevel '+ min_Level + ' maxLevel ' + max_Level + ' Level ' + val, 'info');
|
|
||||||
if (Debug) log('minTilt '+ min_Tilt + ' maxTilt ' + max_Tilt + ' TiltPosition ' + tilt_position, 'info');
|
if (Debug) log('minTilt '+ min_Tilt + ' maxTilt ' + max_Tilt + ' TiltPosition ' + tilt_position, 'info');
|
||||||
|
|
||||||
let textSecondRow = '';
|
let textSecondRow = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user