Support add/delete pattern & curve

This commit is contained in:
WQY\qiong
2022-10-30 13:37:27 +08:00
parent 42eebf5bd3
commit 1732927f6a
4 changed files with 58 additions and 10 deletions

View File

@@ -46,9 +46,9 @@ from .s9_demands import get_demand_schema, get_demand, set_demand
from .s10_status import LINK_STATUS_OPEN, LINK_STATUS_CLOSED, LINK_STATUS_ACTIVE
from .s10_status import get_status_schema, get_status, set_status
from .s11_patterns import get_pattern_schema, get_pattern, set_pattern
from .s11_patterns import get_pattern_schema, get_pattern, set_pattern, add_pattern, delete_pattern
from .s12_curves import get_curve_schema, get_curve, set_curve
from .s12_curves import get_curve_schema, get_curve, set_curve, add_curve, delete_curve
from .s13_controls import get_control_schema, get_control, set_control