mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Fix css bulb reference
This commit is contained in:
parent
47eeeaecac
commit
e3c35e7a31
2 changed files with 2 additions and 2 deletions
|
|
@ -2881,8 +2881,6 @@ class Somfy {
|
|||
flipPosition = false;
|
||||
flipCommands = false;
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
if (ico.classList.contains('icss-window-blind')) ico.classList.remove('icss-window-blind');
|
||||
if (ico.classList.contains('icss-awning')) ico.classList.remove('icss-awning');
|
||||
|
|
@ -2892,8 +2890,10 @@ class Somfy {
|
|||
if (!ico.classList.contains('icss-window-shade')) ico.classList.add('icss-window-shade');
|
||||
if (ico.classList.contains('icss-garage')) ico.classList.remove('icss-garage');
|
||||
if (ico.classList.contains('icss-shutter')) ico.classList.remove('icss-shutter');
|
||||
if (ico.classList.contains('icss-lightbulb')) ico.classList.remove('icss-lightbulb');
|
||||
document.getElementById('divTiltSettings').style.display = 'none';
|
||||
tilt = false;
|
||||
light = false;
|
||||
break;
|
||||
}
|
||||
document.getElementById('fldTiltTime').parentElement.style.display = tilt ? 'inline-block' : 'none';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue