From d5a80204235f575aa2dbeccc7df84a10c468bd21 Mon Sep 17 00:00:00 2001 From: Ludwig Date: Sun, 20 Jun 2021 21:44:34 +0200 Subject: New settings --- Configuration/nac.json | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/Configuration/nac.json b/Configuration/nac.json index 2345bb2..b82c74d 100644 --- a/Configuration/nac.json +++ b/Configuration/nac.json @@ -456,6 +456,19 @@ "maskBinary": "00000001", "size": 1 }, + { + "name": "E7U", + "extra_name": "OPTION_EXPORT_MEDIA", + "detail": { + "fr": "Export informations audio", + "en": "Media informations export", + "ru": "Информации из медиа" + }, + "pos": "07", + "mask": "80", + "maskBinary": "10000000", + "size": 1 + }, { "name": "E7V", "extra_name": "TYPE_EXPORT_MEDIA", @@ -965,6 +978,19 @@ "maskBinary": "11110000", "size": 1 }, + { + "name": "D00", + "extra_name": "HIDE_CAMERA_LINES", + "detail": { + "fr": "Cacher lignes caméra de recul", + "en": "Hide camera lines", + "ru": "Скрыть линии камеры" + }, + "pos": "07", + "mask": "40", + "maskBinary": "01000000", + "size": 1 + }, { "name": "DSF", "extra_name": "VEHICLE", @@ -1762,13 +1788,26 @@ "2109": { "name": "Telecoding_Fct_CAFR", "params": [ + { + "name": "D8L", + "extra_name": "DG_CAFR_PUSH", + "detail": { + "fr": "Affichage de la touche tactile \"Réglage Automatique Feux de Route\"", + "en": "Display Touch button \"Main beams assistant\"", + "ru": "Отображаемая кнопка на экране \"Ассистент дальнего света\"" + }, + "pos": "04", + "mask": "80", + "maskBinary": "100000000", + "size": 1 + }, { "name": "DMO", "extra_name": "DG_CAFR_PUSH_POS", "detail": { "fr": "Position touche tactile \"Réglage Automatique Feux de Route\"", "en": "Touch button Position \"Main beams assistant\"", - "ru": "Сенсорная кнопка \"Main beams assistant\"" + "ru": "Сенсорная кнопка \"Ассистент дальнего света\"" }, "pos": "04", "mask": "3E", @@ -1781,7 +1820,7 @@ "detail": { "fr": "Bouton physique pour \"Réglage Automatique Feux de Route\"", "en": "Physical Button \"Main beams assistant\"", - "ru": "Физическая кнопка \"Main beams assistant\"" + "ru": "Физическая кнопка \"Ассистент дальнего света\"" }, "pos": "04", "mask": "40", -- cgit v1.2.3