From 1792c1723970993b06e3c90ee90fe33fdcd82f6e Mon Sep 17 00:00:00 2001 From: ntruchsess Date: Sun, 9 Nov 2014 10:42:46 +0000 Subject: [PATCH] update: add lib/Device/MySensors (not available in CPAN) git-svn-id: https://svn.fhem.de/fhem/trunk@6922 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/fhemupdate.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/contrib/fhemupdate.pl b/fhem/contrib/fhemupdate.pl index ac1fb1442..2814269a8 100755 --- a/fhem/contrib/fhemupdate.pl +++ b/fhem/contrib/fhemupdate.pl @@ -47,6 +47,7 @@ my %filelist2 = ( "FHEM/lib/SWAP/justme/.*" => { type=>",fhem,", dir=>"FHEM/lib/SWAP/justme"}, "FHEM/lib/Device/.*.pm" => { type=>",fhem,", dir=>"FHEM/lib/Device"}, "FHEM/lib/Device/Firmata/.*.pm"=>{ type=>",fhem,", dir=>"FHEM/lib/Device/Firmata"}, + "FHEM/lib/Device/MySensors/.*.pm"=>{ type=>",fhem,", dir=>"FHEM/lib/Device/MySensors"}, "www/pgm2/.*" => { type=>"fhem,", dir=>"www/pgm2"}, "www/jscolor/.*" => { type=>"fhem,", dir=>"www/pgm2"}, "www/codemirror/.*" => { type=>"fhem,", dir=>"www/pgm2"},