actionPublisher.performAction(action);
Thread.sleep(lenght + 2000); // +2 seconds if karotz has a slower internet connection.
}
private void changeLight(KarotzActionPublisher actionPublisher, String color) throws KarotzException {
actionPublisher.performAction(new LedLightAction(color));
}