597598599600601602603604605606607
if (device.getOutputValue() == 0) { initDeviceOutputValue(device, DeviceConstants.DEVICE_SENSOR_OUTPUT); } else { device.increase(); } } else { logger.error("transmitting increase command FAILED " + itemName); }