fix: fixed timestamp update for bpm4i

This commit is contained in:
e20588
2022-11-30 11:39:51 +01:00
parent 4c6b7f8721
commit dacfd1c39b

View File

@ -213,6 +213,7 @@ class CurrentSum(Signal):
def get(self, *args, **kwargs): def get(self, *args, **kwargs):
# self.parent._cnt.set(1).wait() # self.parent._cnt.set(1).wait()
self._metadata["timestamp"] = time.time()
total = ( total = (
self.parent.ch1.get() self.parent.ch1.get()
+ self.parent.ch2.get() + self.parent.ch2.get()