mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
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:
parent
22b424a50b
commit
651a9f52da
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user