Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_D2_01_xx_configuration'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Oct 13, 2021
2 parents 7464ff8 + 69acea8 commit c1646a0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
15 changes: 9 additions & 6 deletions sources/plugins/EnOcean/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions sources/plugins/EnOcean/locales.in/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@
"connectedSwitchsType": {
"name": "Connected switchs type",
"values": {
"switch": "Switch",
"pushButton": "Push button",
"externalSwitch": "Switch",
"externalPushButton": "Push button",
"autodetection": "Autodetect"
}
},
Expand Down
4 changes: 2 additions & 2 deletions sources/plugins/EnOcean/locales.in/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@
"connectedSwitchsType": {
"name": "Type des interrupteurs",
"values": {
"switch": "Interrupteurs",
"pushButton": "Poussoirs",
"externalSwitch": "Interrupteurs",
"externalPushButton": "Poussoirs",
"autodetection": "Détection automatique"
}
},
Expand Down
4 changes: 2 additions & 2 deletions sources/plugins/EnOcean/package.in.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1646a0

Please sign in to comment.