parent
2e1c56ef76
commit
0b5f9efb26
|
@ -113,7 +113,7 @@ public class GroupThingHandler extends DeconzBaseThingHandler {
|
||||||
if (command instanceof StringType) {
|
if (command instanceof StringType) {
|
||||||
String sceneId = scenes.get(command.toString());
|
String sceneId = scenes.get(command.toString());
|
||||||
if (sceneId != null) {
|
if (sceneId != null) {
|
||||||
sendCommand(null, command, channelUID, "scene/" + sceneId + "/recall", null);
|
sendCommand(null, command, channelUID, "scenes/" + sceneId + "/recall", null);
|
||||||
} else {
|
} else {
|
||||||
logger.debug("Ignoring command {} for {}, scene is not found in available scenes: {}", command,
|
logger.debug("Ignoring command {} for {}, scene is not found in available scenes: {}", command,
|
||||||
channelUID, scenes);
|
channelUID, scenes);
|
||||||
|
|
Loading…
Reference in New Issue