Updated scroll-table.css to have dynamic max-height, cleaned up

warnings, removed order by name.
This commit is contained in:
Admin
2017-08-03 15:26:12 -05:00
parent 5ea14f9069
commit 60e8855aa7
25 changed files with 13 additions and 39 deletions

View File

@@ -4,9 +4,6 @@ import com.bwssystems.HABridge.api.CallItem;
import com.bwssystems.HABridge.dao.DeviceDescriptor;
import com.bwssystems.HABridge.hue.ColorData;
import java.util.List;
public interface HueMulatorHandler {
public String deviceHandler(CallItem anItem, MultiCommandUtil aMultiUtil, String lightId, int intensity, Integer targetBri, Integer targetBriInc, ColorData colorData, DeviceDescriptor device, String body);
}