diff --git a/html/locales/de.json b/html/locales/de.json
index 3cadd21f..af3513dc 100644
--- a/html/locales/de.json
+++ b/html/locales/de.json
@@ -44,6 +44,8 @@
"offsetpause": "Pausen-LEDs zentrieren",
"huestart": "Farbton-Start (Playlist-Fortschritt)",
"hueend": "Farbton-Ende (Playlist-Fortschritt)",
+ "hueatmo": "Farbton-Atmolight",
+ "satatmo": "Sättigung-Atmolight",
"dimmablestates": "Dimmbare Stufen",
"reverserotation": "Drehrichtung umkehren",
"offset": "Offset Start-LED"
@@ -219,6 +221,7 @@
"150": "Aktiviere FTP",
"151": "IP-Adresse ansagen",
"152": "Uhrzeit ansagen",
+ "153": "Ambient Light umschalten",
"0": "Lösche Zuordnung",
"170": "Play/Pause",
"171": "Vorheriger Titel",
@@ -239,7 +242,7 @@
}
}
},
- "mqtt": {
+ "mqtt": {
"title": "MQTT-Einstellungen",
"enable": "MQTT aktivieren",
"clientId": {
@@ -344,7 +347,8 @@
"neopixel": {
"title": "Neopixel (Helligkeit)",
"restart": "Nach dem Einschalten",
- "nightmode": "Im Nachtmodus"
+ "nightmode": "Im Nachtmodus",
+ "atmomode": "Im Atmolight-Modus"
},
"sleep": {
"title": "Deep Sleep",
diff --git a/html/locales/en.json b/html/locales/en.json
index 1c466e47..693cfd80 100644
--- a/html/locales/en.json
+++ b/html/locales/en.json
@@ -44,6 +44,8 @@
"offsetpause": "Center pause LEDs",
"huestart": "Hue-Start for playlist progress",
"hueend": "Hue-End for playlist progress",
+ "hueatmo": "Hue-Atmolight",
+ "satatmo": "Saturaion-Atmolight",
"dimmablestates": "Dimmable steps",
"reverserotation": "Reverse direction of rotation",
"offset": "Offset start LED"
@@ -219,6 +221,7 @@
"150": "Enable FTP",
"151": "Announce IP-Address",
"152": "Announce current time",
+ "153": "Toggle Ambient Light",
"0": "Remove assignment",
"170": "Toggle Play/Pause",
"171": "Previous track",
@@ -344,7 +347,8 @@
"neopixel": {
"title": "Neopixel (brightness)",
"restart": "After restart",
- "nightmode": "For nightmode"
+ "nightmode": "For nightmode",
+ "atmomode": "For Atmolight-mode"
},
"sleep": {
"title": "Deep Sleep",
diff --git a/html/locales/fr.json b/html/locales/fr.json
index 0f8301e4..99e87cdd 100644
--- a/html/locales/fr.json
+++ b/html/locales/fr.json
@@ -44,6 +44,8 @@
"offsetpause": "LED pause centre",
"huestart": "Début de la couleur",
"hueend": "Fin de la couleur",
+ "hueatmo": "Couleur d'ambiance",
+ "satatmo": "Saturation d'ambiance",
"dimmablestates": "Étapes à gradation",
"reverserotation": "Inversion du sens de rotation",
"offset": "Début de l'offset LED"
@@ -219,6 +221,7 @@
"150": "Activer FTP",
"151": "Annoncer l'adresse IP",
"152": "Annoncer l'heure actuelle",
+ "153": "Basculement de la lumière ambiante",
"0": "Supprimer l'assignation",
"170": "Basculer Lecture/Pause",
"171": "Piste précédente",
@@ -344,7 +347,8 @@
"neopixel": {
"title": "Neopixel (luminosité)",
"restart": "Après le redémarrage",
- "nightmode": "Pour le mode nuit"
+ "nightmode": "Pour le mode nuit",
+ "atmomode": "Pour le mode ambiance"
},
"sleep": {
"title": "Veille profonde",
diff --git a/html/management.html b/html/management.html
index 3d80b02b..0a590ed5 100644
--- a/html/management.html
+++ b/html/management.html
@@ -89,6 +89,10 @@
opacity: 0;
}
+ .sat-slider .slider-track {
+ background: linear-gradient(to right in hsl, #000, #fff);
+ }
+
legend.scheduler-border {
width: inherit;
/* Or auto */
@@ -966,7 +970,7 @@
@@ -1123,95 +1142,107 @@
data-bs-target="#settingsExConfigContainer" aria-expanded="false"
aria-controls="settingsExConfigContainer" data-i18n="showhide">
-
-
-
-
-
+