From 69acea8033ccd1a61e4f6aaaadf9f11c62f4d0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gallou?= Date: Wed, 13 Oct 2021 22:55:14 +0200 Subject: [PATCH] D2_01_0F, D2_01_12 profiles : fix configuration --- sources/plugins/EnOcean/changelog.md | 15 +++++++++------ sources/plugins/EnOcean/locales.in/en.json | 4 ++-- sources/plugins/EnOcean/locales.in/fr.json | 4 ++-- sources/plugins/EnOcean/package.in.json | 4 ++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/sources/plugins/EnOcean/changelog.md b/sources/plugins/EnOcean/changelog.md index 4b5b914eed..300c8fe87e 100644 --- a/sources/plugins/EnOcean/changelog.md +++ b/sources/plugins/EnOcean/changelog.md @@ -1,12 +1,15 @@ +### 2.0.5 +* D2_01_0F, D2_01_12 profiles : fix configuration + ### 2.0.4 -* A5_07_03 profil : change motion detection (event) to occupancy (switch) keyword +* A5_07_03 profile : change motion detection (event) to occupancy (switch) keyword ### 2.0.3 -* Fix A5-09-05 profil management -* Fix D2-01-XX profils with pilot wire management -* Fix A5_07_XX profils management -* Fix A5_10_XX profils management -* Fix A5_07_03 profil declaration (Illumination keyword was missing) +* Fix A5-09-05 profile management +* Fix D2-01-XX profiles with pilot wire management +* Fix A5_07_XX profiles management +* Fix A5_10_XX profiles management +* Fix A5_07_03 profile declaration (Illumination keyword was missing) ### 2.0.2 * Fix crash when random dialog failed (case of bad powered dongle) diff --git a/sources/plugins/EnOcean/locales.in/en.json b/sources/plugins/EnOcean/locales.in/en.json index 81090ce696..c29d136335 100644 --- a/sources/plugins/EnOcean/locales.in/en.json +++ b/sources/plugins/EnOcean/locales.in/en.json @@ -395,8 +395,8 @@ "connectedSwitchsType": { "name": "Connected switchs type", "values": { - "switch": "Switch", - "pushButton": "Push button", + "externalSwitch": "Switch", + "externalPushButton": "Push button", "autodetection": "Autodetect" } }, diff --git a/sources/plugins/EnOcean/locales.in/fr.json b/sources/plugins/EnOcean/locales.in/fr.json index 340574e624..65870bc245 100644 --- a/sources/plugins/EnOcean/locales.in/fr.json +++ b/sources/plugins/EnOcean/locales.in/fr.json @@ -396,8 +396,8 @@ "connectedSwitchsType": { "name": "Type des interrupteurs", "values": { - "switch": "Interrupteurs", - "pushButton": "Poussoirs", + "externalSwitch": "Interrupteurs", + "externalPushButton": "Poussoirs", "autodetection": "Détection automatique" } }, diff --git a/sources/plugins/EnOcean/package.in.json b/sources/plugins/EnOcean/package.in.json index 46821dbd74..6b8dd2a301 100644 --- a/sources/plugins/EnOcean/package.in.json +++ b/sources/plugins/EnOcean/package.in.json @@ -610,8 +610,8 @@ "name": "Connected switchs type", "type": "enum", "values": { - "switch": "Switch", - "pushButton": "Push button", + "externalSwitch": "Switch", + "externalPushButton": "Push button", "autodetection": "Autodetect" }, "defaultValue": "autodetection"