| GENERAL.MODE |
| GENERAL.SOC | {{ currentData.channel[inputChannel] | unitvalue:'%' }} |
| EDGE.INDEX.WIDGETS.CHP.HIGH_THRESHOLD | {{ component.properties['highThreshold'] | unitvalue:'%' }} |
| EDGE.INDEX.WIDGETS.CHP.LOW_THRESHOLD | {{ component.properties['lowThreshold'] | unitvalue:'%' }} |
| GENERAL.STATE |
@switch (currentData.channel[outputChannel]) {
@case (1) {
GENERAL.ACTIVE
}
@case (0) {
GENERAL.INACTIVE
}
@default {
|