Skip to content

Commit

Permalink
Update bundles/org.smarthomej.transform.basicprofiles/src/main/java/o…
Browse files Browse the repository at this point in the history
…rg/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java
  • Loading branch information
J-N-K authored Jan 21, 2024
1 parent cd29402 commit 37e6c58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public StateFilterProfile(ProfileCallback callback, ProfileContext context, Item

StateFilterProfileConfig config = context.getConfiguration().as(StateFilterProfileConfig.class);
if (config != null) {
conditions.addAll(parseConditions(config.conditions, config.separator));
conditions = parseConditions(config.conditions, config.separator);
configMismatchState = parseState(config.mismatchState);
}
}
Expand Down

0 comments on commit 37e6c58

Please sign in to comment.