Refine curve to add type

This commit is contained in:
WQY\qiong
2022-11-04 22:18:01 +08:00
parent 91ae7608a3
commit f9de76ee1d
6 changed files with 181 additions and 43 deletions

View File

@@ -48,6 +48,7 @@ from .s10_status import get_status_schema, get_status, set_status
from .s11_patterns import get_pattern_schema, get_pattern, set_pattern, add_pattern, delete_pattern
from .s12_curves import CURVE_TYPE_PUMP, CURVE_TYPE_EFFICIENCY, CURVE_TYPE_VOLUME, CURVE_TYPE_HEADLOSS
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