String getChannel(int value ) { _activeChannels.add( value ); if ( value == 0 ) return 'uv'; return 'uv$value'; }