Remove SmartHome leftovers (#9283)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-12-08 18:03:49 +01:00
committed by GitHub
parent af4371844d
commit d2e5c3e7dd
64 changed files with 132 additions and 139 deletions

View File

@@ -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);

View File

@@ -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) {