GENERAL.DIGITAL_INPUTS @if (service.currentEdge(); as edge) { @if ((edge.currentData | async)['channel']; as currentData) { @for (channelsPerComponent of digitalInputChannelsPerComponent; track channelsPerComponent) { @for (channel of channelsPerComponent.channels; track channel) { }
{{ channelsPerComponent.componentAlias}}
{{ channel.id }} @if (currentData[channelsPerComponent.componentId + '/' + channel.id] === 0) { } @else { }
} } }