fix: TODO for service
Add new service / deploy (push) Successful in 22s

This commit is contained in:
Benjamin Labrecque
2026-07-14 11:38:24 +02:00
parent edfcdb4c0e
commit 77c9efc250
@@ -236,6 +236,7 @@ class Service(BaseService[PVs]):
elif self.pvs.recalibrate_apply.get():
self.pvs.calibration.put(self.pvs.calibration_new.get())
# TODO: add @override when we use py3.12
def on_transition_to_paused(self):
"""
Set current to zero when service is transitioned to paused.