Skip to content

Commit

Permalink
Add Profile Z2M.action.309f5157
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Sep 13, 2024
1 parent 0cbce71 commit 00ba3af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libs/Zigbee2MQTTHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3023,6 +3023,18 @@ private function registerVariableProfile($expose)
]);
}
break;
case 'Z2M.action.309f5157':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Information', '', '', [
['brightness_move_up', $this->Translate('Brightness move up'), '', 0x00FF00],
['brightness_move_down', $this->Translate('Brightness move down'), '', 0x00FF00],
['brightness_stop', $this->Translate('Brightness Stop'), '', 0x00FF00],
['off', $this->Translate('Off'), '', 0x00FF00],
['on', $this->Translate('On'), '', 0x00FF00],
['recall_*', $this->Translate('Unknown'), '', 0x00FF00],
]);
}
break;
case 'Z2M.action.7985b4e3':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Information', '', '', [
Expand Down

0 comments on commit 00ba3af

Please sign in to comment.