PROPLANTA: readingnames

git-svn-id: https://svn.fhem.de/fhem/trunk@6846 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-10-31 19:47:06 +00:00
parent 0b5492395b
commit 7ca70bf919

View File

@@ -47,14 +47,14 @@ my $curReadingType = 0;
,["VERDUNST", "evapor", 4] ,["VERDUNST", "evapor", 4]
,["TAUBILDUNG", "dew", 4] ,["TAUBILDUNG", "dew", 4]
,["BF", "frost", 4] ,["BF", "frost", 4]
,["T_0", "0000_c", 2] ,["T_0", "t00_c", 2]
,["T_3", "0300_c", 2] ,["T_3", "t03_c", 2]
,["T_6", "0600_c", 2] ,["T_6", "t06_c", 2]
,["T_9", "0900_c", 2] ,["T_9", "t09_c", 2]
,["T_12", "1200_c", 2] ,["T_12", "t12_c", 2]
,["T_15", "1500_c", 2] ,["T_15", "t15_c", 2]
,["T_18", "1800_c", 2] ,["T_18", "t18_c", 2]
,["T_21", "2100_c", 2] ,["T_21", "t21_c", 2]
); );
# here HTML::text/start/end are overridden # here HTML::text/start/end are overridden