mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-02 19:15:31 +00:00
ENIGMA2, ONKYO_AVR, PHTV, Pushover, GEOFANCY, RESIDENTStk, msg: suppress warning “Smartmatch is experimental”
git-svn-id: https://svn.fhem.de/fhem/trunk@9380 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b08ebbaa33
commit
308bbd6f45
@ -58,6 +58,8 @@ use IO::Socket;
|
||||
use HttpUtils;
|
||||
use Encode;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
no warnings "all";
|
||||
|
||||
sub ENIGMA2_Set($@);
|
||||
|
@ -45,6 +45,8 @@ use Time::HiRes qw(usleep);
|
||||
use Symbol qw<qualify_to_ref>;
|
||||
use Data::Dumper;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
sub ONKYO_AVR_Set($@);
|
||||
sub ONKYO_AVR_Get($@);
|
||||
sub ONKYO_AVR_GetStatus($;$);
|
||||
|
@ -53,6 +53,8 @@ use Color;
|
||||
use SetExtensions;
|
||||
use Encode;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
sub PHTV_Set($@);
|
||||
sub PHTV_Get($@);
|
||||
sub PHTV_GetStatus($;$);
|
||||
|
@ -57,6 +57,8 @@ use HttpUtils;
|
||||
use SetExtensions;
|
||||
use Encode;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
my %sets = ( "msg" => 1 );
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
@ -45,6 +45,8 @@ use HttpUtils;
|
||||
use Time::Local;
|
||||
use Data::Dumper;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
sub GEOFANCY_Set($@);
|
||||
sub GEOFANCY_Define($$);
|
||||
sub GEOFANCY_Undefine($$);
|
||||
@ -491,14 +493,17 @@ sub GEOFANCY_ISO8601UTCtoLocal ($) {
|
||||
GEOFANCY
|
||||
</h3>
|
||||
<ul>
|
||||
<li>Provides webhook receiver for geofencing via the following iOS apps:<br>
|
||||
<li>Provides webhook receiver for geofencing, e.g. via the following apps:<br>
|
||||
<br>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://itunes.apple.com/de/app/geofency-time-tracking-automatic/id615538630?l=en&mt=8">Geofency</a>
|
||||
<a href="https://itunes.apple.com/de/app/geofency-time-tracking-automatic/id615538630?l=en&mt=8">Geofency (iOS - the original app)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://itunes.apple.com/de/app/geofancy/id725198453?l=en&mt=8">Geofancy</a>
|
||||
<a href="https://itunes.apple.com/de/app/geofancy/id725198453?l=en&mt=8">Geofancy (iOS)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.egigeozone.de">EgiGeoZone (Android)</a>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
|
@ -31,6 +31,8 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
#####################################
|
||||
# PRE-DEFINITION: wakeuptimer
|
||||
#------------------------------------
|
||||
|
@ -37,6 +37,8 @@ use strict;
|
||||
use warnings;
|
||||
use Time::HiRes qw(time);
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
|
||||
sub CommandMsg($$;$$);
|
||||
|
||||
########################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user