Merge pull request #22 from sandervandevelde/patch-3

Another route typo
This commit is contained in:
Stephen 2018-01-02 11:40:03 +08:00 коммит произвёл GitHub
Родитель 1b75e44ec8 680d3b5f72
Коммит 2ddb1b99d6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -227,7 +227,7 @@ Message Payload:
The command should have a property "command-type" with value "ModbusWrite". Also, routing must be enabled by specifying rule like below.
```json
{
"rotues": {
"routes": {
"filterToModbus":"FROM /messages/modules/filtermodule/outputs/output1 INTO BrokeredEndpoint(\"/modules/modbus/inputs/input1\")"
}
}