重量记录0104

This commit is contained in:
2026-01-04 11:48:12 +08:00
parent cddb7531ab
commit d0d71b9efe
5 changed files with 59 additions and 13 deletions

View File

@ -242,7 +242,7 @@ class RelayController:
time.sleep(1)
self.control(self.DOOR_UPPER_CLOSE, 'close')
self.control_arch_upper_open_sync(5)
self.control_arch_upper_open_sync(5)
# self.control_arch_upper_open_sync(5)
self.control_arch_upper_open_async(8)
self.control(self.DOOR_UPPER_CLOSE, 'open')
time.sleep(20)

View File

@ -66,7 +66,7 @@ class OmronFinsPollingService:
old_status = self._status
if old_status != new_status:
self._status = new_status
self.logger.info(f"状态变更: {old_status.value} -> {new_status.value} {message}")
# self.logger.info(f"状态变更: {old_status.value} -> {new_status.value} {message}")
for callback in self._status_callbacks:
try: