docs(m9): mark M9 delivered + sync TemplateEngine/TreeView/DataConnection/schema-library/CLI docs
- 2026-06-15-stillpending-completion-design.md: M9 section marked DELIVERED with per-feature summary and deferrals (folder drag-drop, unified outbox page). - stillpending.md: T22–T26/T28/T30–T32 + CLI cached-call marked [DELIVERED M9]; permanent deferrals (folder drag-drop, unified outbox page) retained as [PERM]. - Component-TemplateEngine.md: TemplateFolder SortOrder + ReorderTemplateFolderCommand; Expression-trigger analysisKind (Advisory/Strict) on Alarm + Script; Script parameter JSON Schema / lib: ref note; Inheritance Resolve authoring section (GetResolvedTemplateMembersCommand / TemplateInheritanceResolver / staleness banner); updated Responsibilities. - Component-TreeView.md: T22 search box wired note; T23 folder sibling reorder + root context menu note; drag-drop permanently deferred clarified in V7 worked example. - Component-CentralUI.md: template tree search + inherited-members panel (T26 staleness banner) added to Template Authoring; drag-drop permanently deferred note; Schema Library page (T32) added as new subsection; ParameterValueForm + Monaco hover (T30/T31) noted; connection live-status (T25) + move-connection (T24) added to Site & Data Connection Management. - Component-ConfigurationDatabase.md: SharedSchema entity + ISharedSchemaRepository row added. - Component-CLI.md: --trigger-kind option added to template alarm add/update and script add/update. - src/ZB.MOM.WW.ScadaBridge.CLI/README.md: --trigger-kind option added to template alarm add/update and template script add/update command tables (already had cached-call group).
This commit is contained in:
@@ -65,11 +65,11 @@ scadabridge template delete --id <id>
|
||||
scadabridge template attribute add --template-id <id> --name <name> --data-type <type> [--value <value>] [--description <desc>] [--data-source <ref>] [--locked]
|
||||
scadabridge template attribute update --id <id> [--name <name>] [--data-type <type>] [--value <value>] [--description <desc>] [--data-source <ref>] [--locked]
|
||||
scadabridge template attribute delete --id <id>
|
||||
scadabridge template alarm add --template-id <id> --name <name> --trigger-type <type> --priority <n> [--description <desc>] [--trigger-config <json>] [--locked]
|
||||
scadabridge template alarm update --id <id> --name <name> --trigger-type <type> --priority <n> [--description <desc>] [--trigger-config <json>] [--locked]
|
||||
scadabridge template alarm add --template-id <id> --name <name> --trigger-type <type> --priority <n> [--description <desc>] [--trigger-config <json>] [--locked] [--trigger-kind advisory|strict]
|
||||
scadabridge template alarm update --id <id> --name <name> --trigger-type <type> --priority <n> [--description <desc>] [--trigger-config <json>] [--locked] [--trigger-kind advisory|strict]
|
||||
scadabridge template alarm delete --id <id>
|
||||
scadabridge template script add --template-id <id> --name <name> --code <code> --trigger-type <type> [--trigger-config <json>] [--locked] [--parameters <json>] [--return-def <json>]
|
||||
scadabridge template script update --id <id> --name <name> --code <code> --trigger-type <type> [--trigger-config <json>] [--locked] [--parameters <json>] [--return-def <json>]
|
||||
scadabridge template script add --template-id <id> --name <name> --code <code> --trigger-type <type> [--trigger-config <json>] [--locked] [--parameters <json>] [--return-def <json>] [--trigger-kind advisory|strict]
|
||||
scadabridge template script update --id <id> --name <name> --code <code> --trigger-type <type> [--trigger-config <json>] [--locked] [--parameters <json>] [--return-def <json>] [--trigger-kind advisory|strict]
|
||||
scadabridge template script delete --id <id>
|
||||
scadabridge template composition add --template-id <id> --instance-name <name> --composed-template-id <id>
|
||||
scadabridge template composition delete --id <id>
|
||||
|
||||
Reference in New Issue
Block a user