PROPLANTA: Wetter 3h

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17079 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tupol 2018-08-02 17:47:03 +00:00
parent 8a60f58c90
commit 9a189e171d

View File

@ -91,6 +91,14 @@ my $curReadingType = 0;
,["WETTER_ID_TAGSUEBER", "weatherDay", 7] ,["WETTER_ID_TAGSUEBER", "weatherDay", 7]
,["WETTER_ID_ABENDS", "weatherEvening", 7] ,["WETTER_ID_ABENDS", "weatherEvening", 7]
,["WETTER_ID_NACHT", "weatherNight", 7] ,["WETTER_ID_NACHT", "weatherNight", 7]
,["WETTER_ID_0", "weather00", 7]
,["WETTER_ID_3", "weather03", 7]
,["WETTER_ID_6", "weather06", 7]
,["WETTER_ID_9", "weather09", 7]
,["WETTER_ID_12", "weather12", 7]
,["WETTER_ID_15", "weather15", 7]
,["WETTER_ID_18", "weather18", 7]
,["WETTER_ID_21", "weather21", 7]
,["T_0", "temp00", 2] ,["T_0", "temp00", 2]
,["T_3", "temp03", 2] ,["T_3", "temp03", 2]
,["T_6", "temp06", 2] ,["T_6", "temp06", 2]