2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

NetzerI2C: Added I2C_LM75A to secondary device list

RPII2C: Added I2C_LM75A to secondary device list
FRM: Added I2C_LM75A to secondary device list



git-svn-id: https://svn.fhem.de/fhem/trunk@15021 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klausw 2017-09-06 19:48:55 +00:00
parent df3d5c037d
commit 5b596679aa
3 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@ I2C_BME280
I2C_BMP180
I2C_SHT21
I2C_TSL2561
I2C_LM.*
);
sub NetzerI2C_Initialize($) {

View File

@ -19,6 +19,7 @@ I2C_BMP180
I2C_SHT21
I2C_TSL2561
I2C_SUSV
I2C_LM.*
);
my $gpioprg = "/usr/local/bin/gpio"; #WiringPi GPIO utility

View File

@ -57,6 +57,7 @@ my @clients = qw(
I2C_TSL2561
FRM_LCD
I2C_K30
I2C_LM.*
);
#####################################
@ -1033,6 +1034,11 @@ sub FRM_OWX_Discover ($) {
1;
=pod
=item device
=item summary accesses FRM devices
=item summary_DE Zugriff auf FRM Geräte
=begin html
CHANGES
18.12.2015 jensb