docs(scripting): document {{equip}} equipment-relative tag paths

This commit is contained in:
Joseph Doherty
2026-06-10 08:14:25 -04:00
parent 6c23a6763a
commit 27c34a556a
2 changed files with 78 additions and 1 deletions
+1 -1
View File
@@ -170,4 +170,4 @@ runtime publish gate uses, so what the editor accepts/rejects matches publish
exactly. The backend lives in
`src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/ScriptAnalysis/` (six minimal-API
endpoints under `/api/script-analysis/*`, gated by the `FleetAdmin` policy).
See `docs/ScriptEditor.md` for the full guide.
See `docs/ScriptEditor.md` for the full guide. Scripts may use the `{{equip}}` token for equipment-relative tag paths that resolve per-equipment at deploy time — see the "Equipment-relative tag paths" section in `docs/ScriptEditor.md`.