| GENERAL.STATE |
@switch (currentData.channel[outputChannel]) {
@case (1) {
GENERAL.ON
}
@case (0) {
GENERAL.OFF
}
@default {
|
| GENERAL.MODE |