Updated upnp response listener code. Updated hue api. Updated input

areas for urls to be textareas to handle long strings. Added sorting to
all lists.
This commit is contained in:
Admin
2015-08-31 16:44:38 -05:00
parent eee0394f20
commit 6c99358f95
10 changed files with 130 additions and 43 deletions

View File

@@ -44,7 +44,7 @@ public class HueMulator {
public HueMulator(DeviceRepository aDeviceRepository){
httpClient = HttpClients.createMinimal();
httpClient = HttpClients.createDefault();
mapper = new ObjectMapper(); //armzilla: work around Echo incorrect content type and breaking mapping. Map manually
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
repository = aDeviceRepository;