Skip to content

Commit

Permalink
Fix: Angelegte Shelly BLU H&T Instanzen wurde nicht im Konfigurator e…
Browse files Browse the repository at this point in the history
…rkannt
  • Loading branch information
Schnittcher committed Jun 19, 2024
1 parent b688ed3 commit 75a8254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShellyBLUConfigurator/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ private function getShellyInstances($BLUAddress)
//Shelly BLU Motion
$InstanceIDs[] = IPS_GetInstanceListByModuleID('{2F6CA178-2817-4F78-A88B-1783997CEC0E}');

//Shelly BLU H&T
$InstanceIDs[] = IPS_GetInstanceListByModuleID('{C077278B-316D-7027-CA62-5D4EBDCE1769}');

foreach ($InstanceIDs as $IDs) {
foreach ($IDs as $id) {
if (strtolower(IPS_GetProperty($id, 'BLUAddress')) == $BLUAddress) {
Expand Down

0 comments on commit 75a8254

Please sign in to comment.