Updated hue hub version to be 999999999 to help alleviate version

issues. Updated upnp multicast to use one socket. Updated http Handler
code to check for null on conn.
This commit is contained in:
Admin
2017-10-20 11:04:05 -05:00
parent b147f6606e
commit 548da932ad
4 changed files with 38 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
package com.bwssystems.HABridge.api.hue;
public class HueConstants {
public final static String HUB_VERSION = "1705121051";
public final static String HUB_VERSION = "9999999999";
public final static String API_VERSION = "1.19.0";
public final static String MODEL_ID = "BSB002";
public final static String UUID_PREFIX = "2f402f80-da50-11e1-9b23-";