mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
70_PIONEERAVR.pm: suppressed Smartmatch is experimental warnings
git-svn-id: https://svn.fhem.de/fhem/trunk@10052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
565ae41de9
commit
cdca546fb5
@ -1,7 +1,7 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- feature: 30_pilight_temp add attributes offsetTemp and offsetHumidity to correct temperature and humidity
|
||||
- changed: PRESENCE/collectord: new collectord-1.5.deb package released
|
||||
- bugfix: 70_PIONEERAVR: suppressed Smartmatch is experimental warnings
|
||||
- feature: 30_pilight_temp add attributes offsetTemp and offsetHumidity to correct temperature and humidity - changed: PRESENCE/collectord: new collectord-1.5.deb package released
|
||||
- changed: YAMAHA_BD: added HTTP request queue, send only one request at the
|
||||
same time. This increases command reliability and response behaviour of
|
||||
the player.
|
||||
|
@ -55,6 +55,8 @@ if( $^O =~ /Win/ ) {
|
||||
require Device::SerialPort;
|
||||
}
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
#########################
|
||||
# Forward declaration
|
||||
sub PIONEERAVR_Set($@);
|
||||
|
Loading…
x
Reference in New Issue
Block a user