Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnetech committed Apr 21, 2020
1 parent 1a60aa6 commit d3a469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ If an MQTT message is not a simple value or does not match the expected syntax,

`topic` - Topic string

`apply` - Javascript function to apply (must be a complete function body that `return`s a value). The function is called with one arguments: `message`, holding the original message, and `state`. (optional)
`apply` - Javascript function to apply (must be a complete function body that `return`s a value). The function is called with one arguments: `message`, holding the original message, and `state` (optional).

e.g. Decoding a JSON payload:
```javascript
Expand Down

0 comments on commit d3a469d

Please sign in to comment.