Support to get all tags

This commit is contained in:
WQY\qiong
2023-04-05 23:39:07 +08:00
parent 5f64439f9f
commit b0c90fcc07
4 changed files with 35 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ from .s7_valves import get_valve_schema, add_valve, get_valve, set_valve
from .del_cmd import delete_valve_cascade
from .s8_tags import TAG_TYPE_NODE, TAG_TYPE_LINK
from .s8_tags import get_tag_schema, get_tag, set_tag
from .s8_tags import get_tag_schema, get_tags, get_tag, set_tag
from .s9_demands import get_demand_schema, get_demand, set_demand