We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e608bc commit 85ec685Copy full SHA for 85ec685
TiaCodegen/Commands/Functions/TOFFCall.cs
@@ -25,7 +25,7 @@ public TOFFCall(string instanceName,
25
<TemplateValue Name=""f_image_card"" Type=""Cardinality"">0</TemplateValue>
26
<TemplateValue Name=""f_imageclassic_card"" Type=""Cardinality"">0</TemplateValue>
27
<TemplateValue Name=""f_imageplus_card"" Type=""Cardinality"">0</TemplateValue>
28
- < TemplateValue Name = ""codedbool_type"" Type = ""Type"" > DInt </ TemplateValue >";
+ <TemplateValue Name=""codedbool_type"" Type=""Type"">DInt</TemplateValue>";
29
30
Children.AddRange(Interface.Values.Where(x => x.OperationOrSignal != null).Select(x => x.OperationOrSignal));
31
}
0 commit comments