Skip to content

Commit

Permalink
ADD: Z2M.identify.12619917
Browse files Browse the repository at this point in the history
  • Loading branch information
Burki24 committed May 26, 2024
1 parent 6276a13 commit e782734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Zigbee2MQTTHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ private function registerVariableProfile($expose)
$ProfileName .= '.';
$ProfileName .= dechex(crc32($tmpProfileName));
switch ($ProfileName) {
case 'Z2M.identify.00000000':
case 'Z2M.identify.12619917':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Identify', '', '', [
['Identify', $this->Translate('Identify'), '', 0x00FF00],
Expand Down

0 comments on commit e782734

Please sign in to comment.