Skip to content

Commit

Permalink
wrong method (openhab#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
bushvin authored and Confectrician committed Sep 4, 2018
1 parent 75b3554 commit 2e087ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/rules-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ Example:

```java
try {
var temperature = transform("JSONPATH", "$.temperature", jsonstring)
var temperature = transformRaw("JSONPATH", "$.temperature", jsonstring)
}
catch(TransformationException e) {
logError("Error", "Some bad stuff happened in my rule: " + e.getMessage)
Expand Down

0 comments on commit 2e087ec

Please sign in to comment.