Skip to content

Commit

Permalink
[lcn] Naming corrected (openhab#8079)
Browse files Browse the repository at this point in the history
Signed-off-by: toweosp <[email protected]>
  • Loading branch information
toweosp authored and andrewfg committed Aug 31, 2020
1 parent fab21f0 commit 0ce3834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private static ILcnModuleActions invokeMethodOf(@Nullable ThingActions actions)
});
}
}
throw new IllegalArgumentException("Actions is not an instance of EcobeeActions");
throw new IllegalArgumentException("Actions is not an instance of LcnModuleActions");
}

/** Static alias to support the old DSL rules engine and make the action available there. */
Expand Down

0 comments on commit 0ce3834

Please sign in to comment.