55_GDS - added reading a_sent_local

git-svn-id: https://svn.fhem.de/fhem/trunk@5930 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2014-05-22 12:13:32 +00:00
parent 65710f94b0
commit 9327737e35

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};