mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
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:
parent
784ab05e94
commit
9c6478a804
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user