55_GDS - added reading a_sent_local

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5930 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2014-05-22 12:13:32 +00:00
parent ae7154c1cf
commit ca3ccd62b6

View File

@@ -555,6 +555,7 @@ sub decodeCAPData($$){
$readings{a_valid} = checkCAPValid($readings{a_expires});
$readings{a_onset_local} = capTrans($readings{a_onset});
$readings{a_expires_local} = capTrans($readings{a_expires});
$readings{a_sent_local} = capTrans($readings{a_sent});
# text informations
$readings{a_headline} = $alertsXml->{info}[$info]{headline};