Skip to content

Commit

Permalink
Merge pull request #665 from kvandt/master
Browse files Browse the repository at this point in the history
Hue Constant updates
  • Loading branch information
bwssytems authored Jun 19, 2017
2 parents 220e337 + ff760a4 commit e877f41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.bwssystems.HABridge.api.hue;

public class HueConstants {
public final static String HUB_VERSION = "01036659";
public final static String API_VERSION = "1.15.0";
public final static String HUB_VERSION = "1705121051";
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-";
}

0 comments on commit e877f41

Please sign in to comment.