diff --git a/README.md b/README.md index a0a441a..4427daf 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,8 @@ docker run mqtt-simulator -f | `INDEX_END` | number | The index to end publishing from the `VALUES` array | optional, default is `len(values) - 1`. Only valid if `TYPE` is `"raw_value"` | | `RESTART_ON_END` | bool | When true and the index of the `VALUES` array reaches `INDEX_END` the next value will be the `INDEX_START`. Otherwise the client will `disconnect` when reaching the end | optional, default is false. Only valid if `TYPE` is `"raw_value"` | | `VALUES` | array\ | The values to be published in array order | if `TYPE` is `"raw_value"` | - | `PAYLOAD_ROOT` | object\ | The root set of params to include on all messages | if `TYPE` is `"raw_value"` | | `VALUE_DEFAULT` | object\ | The default value params used or overwritten by a `"raw_value" | if `TYPE` is `"raw_value"` | + | `PAYLOAD_ROOT` | object\ | The root set of params to include on all messages | no | > **_NOTE:_** Access [math_expression.md](./math_expression.md) file for more explanations and a example of `TYPE: "math_expression"`.