Skip to content

Commit

Permalink
Z2M.action.ccd55656 hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnittcher committed Nov 2, 2023
1 parent e330828 commit 1a5e4dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Device/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@
"Winter Beauty": "Winterliche Schönheit",
"Winter Mountain": "Winterberg",
"Learned IR Code": "Gelernter IR-Code",
"IR Code to send": "IR-Code zum Senden"
"IR Code to send": "IR-Code zum Senden",
"Quadruple": "Vierfaches"
}
}
}
11 changes: 11 additions & 0 deletions libs/Zigbee2MQTTHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2561,6 +2561,17 @@ private function registerVariableProfile($expose)
]);
}
break;
case 'Z2M.action.ccd55656':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Information', '', '', [
['double', $this->Translate('Double'), '', 0x00FF00],
['hold', $this->Translate('Hold'), '', 0x00FF00],
['quadruple', $this->Translate('Quadruple'), '', 0x00FF00],
['release', $this->Translate('Release'), '', 0x00FF00],
['single', $this->Translate('Single'), '', 0x00FF00],
['triple', $this->Translate('Triple'), '', 0x00FF00]]);
}
break;
case 'Z2M.action.be89cdac':
case 'Z2M.action.c1cb007d':
if (!IPS_VariableProfileExists($ProfileName)) {
Expand Down

0 comments on commit 1a5e4dd

Please sign in to comment.