Skip to content

Commit

Permalink
ADD: Z2M.mode.cc8717a5
Browse files Browse the repository at this point in the history
  • Loading branch information
Burki24 authored Dec 9, 2024
1 parent b3a5bc9 commit 6fdbe54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/Zigbee2MQTTHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4173,6 +4173,14 @@ private function registerVariableProfile($expose)
]);
}
break;
case 'Z2M.mode.cc8717a5':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Mode', '', '', [
['manual', $this->Translate('Manual'), '', 0x00FF00],
['schedule', $this->Translate('Schedule'), '', 0xFF8800]
]);
}
break;
case 'Z2M.mode.a774535':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Mode', '', '', [
Expand Down

0 comments on commit 6fdbe54

Please sign in to comment.