update: add lib/Device/MySensors (not available in CPAN)

git-svn-id: https://svn.fhem.de/fhem/trunk@6922 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-11-09 10:42:46 +00:00
parent a516a24c0d
commit 1792c17239

View File

@@ -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"},