* <!-- end-user-doc -->
* @generated NOT
*/
public void enable() {
logger.debug("enable called on MBrickletRemoteSwitch");
tinkerforgeDevice = new BrickletRemoteSwitch(getUid(), getIpConnection());
tinkerforgeDevice.setResponseExpectedAll(true);
tinkerforgeDevice = new BrickletRemoteSwitch(getUid(), getIpConnection());
if (tfConfig != null) {
if (tfConfig.eIsSet(tfConfig.eClass().getEStructuralFeature(
ModelPackage.BRICKLET_REMOTE_SWITCH_CONFIGURATION__TYPE_ADEVICES))) {
String[] type_a_sub_devices = tfConfig.getTypeADevices().trim().split("\\s+");
List<String> subIdList = new ArrayList<String>(Arrays.asList(type_a_sub_devices));