Skip to content

Commit

Permalink
Update cmd.class.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-nt28 authored May 13, 2024
1 parent b49e5d9 commit 0948d5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/js/cmd.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -1107,10 +1107,11 @@ jeedom.cmd.normalizeName = function(_tagname) {
'off': 'off',
'monter': 'on',
'descendre': 'off',
'ouvrir': 'on',
'ouvrir': 'off',
'fermer': 'on',
'ouvrirStop': 'on',
'ouvert': 'on',
'fermer': 'off',
'fermée': 'off',
'activer': 'on',
'active': 'on',
'inactive': 'off',
Expand Down

0 comments on commit 0948d5b

Please sign in to comment.