2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

PROPLANTA: Wetter 3h

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

View File

@ -91,6 +91,14 @@ my $curReadingType = 0;
,["WETTER_ID_TAGSUEBER", "weatherDay", 7]
,["WETTER_ID_ABENDS", "weatherEvening", 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_3", "temp03", 2]
,["T_6", "temp06", 2]