@for (d of component.channels; track d) {
@if (d) {
' + d.title + ' (' + d.address + ')'" [value]="d.value"
[converter]="d.converter">
}
@if (!d) {
}
}
SETTINGS.POWER_ASSISTANT.INFO
@for (entry of entries; track entry) {
@if (entry.battery) {
}
@if (entry.batteryInverter) {
}
@for (controller of entry.controllers; track controller) {
}
}
@for (component of ignoredControllers; track component) {
}