fix: update parameter block IDs in DALI templates for consistency

Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
Tony
2026-05-29 23:59:40 +08:00
parent d39547bdc6
commit b87c8087f5
4 changed files with 19 additions and 19 deletions
@@ -35,14 +35,14 @@
</Static>
<Dynamic>
<ChannelIndependentBlock>
<ParameterBlock Id="%AID%_PB-DALI-Main" Text="DALI Gateway" Inline="true" Layout="Grid">
<ParameterBlock Id="%AID%_PB-000001" Text="DALI Gateway" Inline="true" Layout="Grid">
<Rows>
<Row Id="%AID%_PB-DALI-Main_R-1" />
<Row Id="%AID%_PB-000001_R-1" />
</Rows>
<Columns>
<Column Id="%AID%_PB-DALI-Main_C-1" Width="100%" />
<Column Id="%AID%_PB-000001_C-1" Width="100%" />
</Columns>
<ParameterSeparator Id="%AID%_PS-DALI-Main" Text="DALI Gateway" Cell="1,1" />
<ParameterSeparator Id="%AID%_PS-000001" Text="DALI Gateway" Cell="1,1" />
</ParameterBlock>
</ChannelIndependentBlock>
</Dynamic>