diff --git a/libs/Zigbee2MQTTHelper.php b/libs/Zigbee2MQTTHelper.php index 95e04cf..b954a1d 100644 --- a/libs/Zigbee2MQTTHelper.php +++ b/libs/Zigbee2MQTTHelper.php @@ -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', '', '', [