Skip to content

Commit e184a14

Browse files
committed
use end time rather than stop time for the case where periods set stop time when paused/switching periods
1 parent c630805 commit e184a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def set_up_monitors(self) -> None:
5151
datatype=float,
5252
)
5353
camonitor(
54-
f"{self.prefix}DAE:STOP_TIME",
54+
f"{self.prefix}DAE:END_TIME",
5555
self.construct_and_send_runstop,
5656
all_updates=True,
5757
datatype=float,

0 commit comments

Comments
 (0)