Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -77,7 +77,7 @@ import com.google.gson.GsonBuilder;
|
||||
public class ConfigStore {
|
||||
|
||||
public static final String METAKEY = "HUEEMU";
|
||||
public static final String EVENT_ADDRESS_CHANGED = "ESH_EMU_CONFIG_ADDR_CHANGED";
|
||||
public static final String EVENT_ADDRESS_CHANGED = "HUE_EMU_CONFIG_ADDR_CHANGED";
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(ConfigStore.class);
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@ public class StateUtils {
|
||||
if (newState.ct != null) {
|
||||
try {
|
||||
// We can't do anything here with a white color temperature.
|
||||
// The core ESH color type does not support setting it.
|
||||
// The color type does not support setting it.
|
||||
|
||||
// Adjusting the color temperature implies setting the mode to ct
|
||||
if (state instanceof HueStateColorBulb) {
|
||||
@@ -279,7 +279,7 @@ public class StateUtils {
|
||||
if (newState.ct_inc != null) {
|
||||
try {
|
||||
// We can't do anything here with a white color temperature.
|
||||
// The core ESH color type does not support setting it.
|
||||
// The color type does not support setting it.
|
||||
|
||||
// Adjusting the color temperature implies setting the mode to ct
|
||||
if (state instanceof HueStateColorBulb) {
|
||||
|
||||
Reference in New Issue
Block a user