12-11-2013, 14:45:20
(Dieser Beitrag wurde zuletzt bearbeitet: 12-11-2013, 14:47:01 von sammy98.)
Da findest du fast alles drin
http://www.rwe-smarthome-forum.de/thread-java-library
zB
thermostatActuator.setDeviceId(XMLResponse.getTextValueFromElements(devEl, "Id"));
thermostatActuator.setDeviceName(XMLResponse.getTextValueFromAttribute(devEl, "Name"));
thermostatActuator.setLocationId(XMLResponse.getTextValueFromAttribute(devEl, "LCID"));
thermostatActuator.setBaseDeviceId(XMLResponse.getTextValueFromElements(devEl, "BDId"));
thermostatActuator.setActuatorClass(XMLResponse.getTextValueFromElements(devEl, "ActCls"));
http://www.rwe-smarthome-forum.de/thread-java-library
zB
thermostatActuator.setDeviceId(XMLResponse.getTextValueFromElements(devEl, "Id"));
thermostatActuator.setDeviceName(XMLResponse.getTextValueFromAttribute(devEl, "Name"));
thermostatActuator.setLocationId(XMLResponse.getTextValueFromAttribute(devEl, "LCID"));
thermostatActuator.setBaseDeviceId(XMLResponse.getTextValueFromElements(devEl, "BDId"));
thermostatActuator.setActuatorClass(XMLResponse.getTextValueFromElements(devEl, "ActCls"));