Skip to content

Commit

Permalink
FIX: ReceiveData
Browse files Browse the repository at this point in the history
  • Loading branch information
Burki24 committed Mar 20, 2024
1 parent 7aea668 commit de47b94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions libs/Zigbee2MQTTHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3877,15 +3877,15 @@ private function registerVariableProfile($expose)
break;
case 'numeric':
switch ($expose['property']) {
case 'voltage_X':
case 'current_X':
case 'power_X':
case 'voltage_Y':
case 'current_Y':
case 'power_Y':
case 'voltage_Z':
case 'voltage_x':
case 'current_x':
case 'power_x':
case 'voltage_y':
case 'current_y':
case 'power_y':
case 'voltage_z':
case 'current_Z':
case 'power_Z':
case 'power_z':
case 'produced_energy':
case 'power_reactive':
if (!IPS_VariableProfileExists($ProfileName)) {
Expand Down

0 comments on commit de47b94

Please sign in to comment.