File tree Expand file tree Collapse file tree
src/progressive_automations_python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838)
3939
4040from progressive_automations_python .prefect_flows import (
41- simple_movement_flow ,
42- )
43-
44- from progressive_automations_python .deployment import (
45- create_deployments
41+ deploy_move_desk_flow ,
4642)
4743
4844__all__ = [
5955 "save_state" ,
6056 "get_duty_cycle_status" ,
6157 "show_duty_cycle_status" ,
62- "simple_movement_flow" ,
63- "create_deployments"
58+ "deploy_move_desk_flow"
6459]
Original file line number Diff line number Diff line change 66"""
77
88from typing import Optional
9- from prefect import flow
109from progressive_automations_python .config import (
1110 DUTY_CYCLE_MAX_ON_TIME ,
1211 DUTY_CYCLE_PERIOD ,
@@ -80,7 +79,6 @@ def check_duty_cycle_status_before_execution() -> dict:
8079 }
8180
8281
83- @flow
8482def move_to_height (target_height : float ) -> dict :
8583 """
8684 Move desk to target height with safety checks and duty cycle enforcement
You can’t perform that action at this time.
0 commit comments