55_GDS.pm: disable conditions after 15.03.2016

git-svn-id: https://svn.fhem.de/fhem/trunk@10862 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2016-02-16 17:26:28 +00:00
parent 29c5877c54
commit ab41c7b615
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- feature 55_GDS: disable conditions after 15.03.2016
- feature 74_HOMBOT: formated Value for Reading lastClean
- feature 74_HOMBOT: include Detail_Fn link to Luigi Contro Center
- feature 49_SSCAM: control of exposure mode day, night & auto is

View File

@@ -423,6 +423,7 @@ sub GDS_Set($@) {
when("conditions"){
CommandAttr(undef, "$name gdsSetCond $parameter");
# $attr{$name}{gdsSetCond} = $parameter; #ReadingsVal($name,'c_stationName',undef);
return "conditions no longer available after 15.03.2016" if (time > 1457996400);
GDS_GetUpdate($hash,'set conditions');
break;
}
@@ -568,6 +569,7 @@ sub GDS_Get($@) {
}
when("conditions"){
return "conditions no longer available after 15.03.2016" if (time > 1457996400);
getConditions($hash, "g", @a);
break;
}