Skip to content

Commit

Permalink
Fix TV volume feature after siren release (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
William-De71 authored Apr 15, 2024
1 parent bcdc5ee commit 80539f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions front/src/config/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@
}
},
"siren": {
"volume": {
"lmh_volume": {
"low": "Niedrig",
"medium": "Mittel",
"high": "Hoch"
Expand Down Expand Up @@ -2806,7 +2806,7 @@
"siren": {
"shortCategoryName": "Sirene",
"binary": "Sirene",
"volume": "Lautstärke der Sirene",
"lmh_volume": "Lautstärke der Sirene",
"melody": "Melodie"
},
"cube": {
Expand Down
4 changes: 2 additions & 2 deletions front/src/config/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@
}
},
"siren": {
"volume": {
"lmh_volume": {
"low": "Low",
"medium": "Medium",
"high": "High"
Expand Down Expand Up @@ -2806,7 +2806,7 @@
"siren": {
"shortCategoryName": "Siren",
"binary": "Siren",
"volume": "Siren volume",
"lmh_volume": "Siren volume",
"melody": "Melody"
},
"cube": {
Expand Down
4 changes: 2 additions & 2 deletions front/src/config/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@
}
},
"siren": {
"volume": {
"lmh_volume": {
"low": "Faible",
"medium": "Moyen",
"high": "Fort"
Expand Down Expand Up @@ -2806,7 +2806,7 @@
"siren": {
"shortCategoryName": "Sirène",
"binary": "Sirène On/Off",
"volume": "Volume de la sirène",
"lmh_volume": "Volume de la sirène",
"melody": "Mélodie"
},
"cube": {
Expand Down
2 changes: 1 addition & 1 deletion server/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ const DEVICE_FEATURE_TYPES = {
},
SIREN: {
BINARY: 'binary',
LMH_VOLUME: 'volume',
LMH_VOLUME: 'lmh_volume',
MELODY: 'melody',
},
CHILD_LOCK: {
Expand Down

0 comments on commit 80539f1

Please sign in to comment.