PROPLANTA: new reading: gust

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16463 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tupol 2018-03-21 19:27:33 +00:00
parent 7217c10247
commit ea18b01c66

View File

@ -140,6 +140,14 @@ my $curReadingType = 0;
,["WGESCHW_15", "wind15", 2] ,["WGESCHW_15", "wind15", 2]
,["WGESCHW_18", "wind18", 2] ,["WGESCHW_18", "wind18", 2]
,["WGESCHW_21", "wind21", 2] ,["WGESCHW_21", "wind21", 2]
,["BGESCHW_0", "gust00", 2]
,["BGESCHW_3", "gust03", 2]
,["BGESCHW_6", "gust06", 2]
,["BGESCHW_9", "gust09", 2]
,["BGESCHW_12", "gust12", 2]
,["BGESCHW_15", "gust15", 2]
,["BGESCHW_18", "gust18", 2]
,["BGESCHW_21", "gust21", 2]
); );
my %intensity = ( "keine" => 0 my %intensity = ( "keine" => 0