mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-05 21:14:22 -04:00
Updated sensor stale times
This commit is contained in:
parent
de125004e6
commit
5153a1178b
1 changed files with 2 additions and 2 deletions
|
@ -2513,7 +2513,7 @@ class Fuel(Sensor):
|
||||||
|
|
||||||
class RNSTransport(Sensor):
|
class RNSTransport(Sensor):
|
||||||
SID = Sensor.SID_RNS_TRANSPORT
|
SID = Sensor.SID_RNS_TRANSPORT
|
||||||
STALE_TIME = 1
|
STALE_TIME = 60
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._last_traffic_rxb = 0
|
self._last_traffic_rxb = 0
|
||||||
|
@ -2743,7 +2743,7 @@ class RNSTransport(Sensor):
|
||||||
|
|
||||||
class LXMFPropagation(Sensor):
|
class LXMFPropagation(Sensor):
|
||||||
SID = Sensor.SID_LXMF_PROPAGATION
|
SID = Sensor.SID_LXMF_PROPAGATION
|
||||||
STALE_TIME = 15
|
STALE_TIME = 300
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.identity = None
|
self.identity = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue