From da42a7dc4946473dd1d81877e41e48f164528a94 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 28 Feb 2019 07:54:51 +0000 Subject: [PATCH] fhem.cfg.demo: fix the weather problem git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18758 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.cfg.demo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem.cfg.demo b/fhem.cfg.demo index cc42a8725..a0238f936 100644 --- a/fhem.cfg.demo +++ b/fhem.cfg.demo @@ -631,6 +631,8 @@ attr CT setFn {if( $CMD =~ m/on|off/ ) { $ARGS=$CMD;;$CMD = "state" } else {fhem attr CT setList on:noArg off:noArg ct:colorpicker,CT,2000,1,6500 attr CT webCmd ct::ct 2040:ct 2630:ct 3703:ct 6250:on:off +define Weather Weather apikey=demo location=52.4545,13.4545 +attr Weather room Weather define Weather.weblink weblink htmlCode { WeatherAsHtmlH("Weather") } attr Weather.weblink alias Weather Forecast