36_LaCrosseGateway.pm: added UpTimeSeconds reading
git-svn-id: https://svn.fhem.de/fhem/trunk@15527 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -491,6 +491,9 @@ sub LaCrosseGateway_HandleKVP($$) {
|
||||
if($kvp =~ m/UpTimeText=(.*?)(\,|\ ,)/) {
|
||||
readingsBulkUpdate($hash, "UpTime", $1);
|
||||
}
|
||||
if($kvp =~ m/UpTimeSeconds=(.*?)(\,|\ ,)/) {
|
||||
readingsBulkUpdate($hash, "UpTimeSeconds", $1);
|
||||
}
|
||||
if($kvp =~ m/RSSI=(.*?)(\,|\ ,)/) {
|
||||
readingsBulkUpdate($hash, "RSSI", $1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user