fix regex
This commit is contained in:
parent
b6c5f42acc
commit
f2c840bedc
@ -525,7 +525,7 @@ sub Set {
|
||||
if ( AttrVal( $name, 'model', 'unknown' ) eq 'ic24' );
|
||||
|
||||
$list .= 'refresh:temperature,humidity'
|
||||
if ( AttrVal( $name, 'model', 'unknown' ) =~ /sensor./ );
|
||||
if ( AttrVal( $name, 'model', 'unknown' ) =~ /sensor.?/ );
|
||||
|
||||
# add light for old sensors
|
||||
$list .= ',light'
|
||||
|
@ -1,2 +1,2 @@
|
||||
UPD 2022-03-29_13:42:09 49520 FHEM/73_GardenaSmartBridge.pm
|
||||
UPD 2022-04-05_08:16:55 57278 FHEM/74_GardenaSmartDevice.pm
|
||||
UPD 2022-04-05_09:17:18 57279 FHEM/74_GardenaSmartDevice.pm
|
||||
|
Loading…
x
Reference in New Issue
Block a user