fix: update parameter block names for DALI address, group, HCL curve, and gateway overview

Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
Tony
2026-05-30 00:12:19 +08:00
parent b87c8087f5
commit 6381ca58cf
5 changed files with 10 additions and 6 deletions
@@ -50,8 +50,12 @@
<op:includetemplate href="%templ%" xpath="//ApplicationProgram/ModuleDefs/*" type="template" prefix="%prefix%" />
</ModuleDefs>
<Dynamic>
<op:includetemplate href="%share%" xpath="//Dynamic/*" prefix="%prefix%" />
<op:includetemplate href="%templ%" xpath="//Dynamic/*" type="template" prefix="%prefix%" />
<Channel Id="%AID%_CH-DALI" Number="DALI" Name="DALI" Text="DALI Gateway">
<ParameterBlock Id="%AID%_PB-900001" Name="DALI" Text="DALI Gateway">
<op:includetemplate href="%share%" xpath="//Dynamic/ChannelIndependentBlock/*" prefix="%prefix%" />
<op:includetemplate href="%templ%" xpath="//Dynamic/ChannelIndependentBlock/*" type="template" prefix="%prefix%" />
</ParameterBlock>
</Channel>
</Dynamic>
</ApplicationProgram>
</ApplicationPrograms>