Răsfoiți Sursa

Fix für HomeMatic-Devices
- Nach FHEM-Update haben diese nun einen neuen Type
- Siehe ISSUE 3: https://github.com/erdoking/mk_fhem/issues/3
- Danke @f-zappa

erdoking 4 ani în urmă
părinte
comite
c578c7fbe6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      local/share/check_mk/agents/mk_fhem

+ 1 - 1
local/share/check_mk/agents/mk_fhem

@@ -10,7 +10,7 @@ my $fhem_outpout = `/opt/fhem/fhem.pl 7072 "jsonlist2 TYPE=.*:FILTER=state=..*:F
 
 ## special device types to be monitored
 ## normaly filtered out
-my @allowed_types = ( 'speedtest', 'CUL', 'JeeLink', 'TRAFFIC', 'WifiLight', 'harmony', 'XiaomiFlowerSens', 'XiaomiBTLESens' );
+my @allowed_types = ( 'CUL_HM', 'speedtest', 'CUL', 'JeeLink', 'TRAFFIC', 'WifiLight', 'harmony', 'XiaomiFlowerSens', 'XiaomiBTLESens' );
 
 my %devices;
 my $json = JSON->new;