From a9b8d2fa7171d8fb198b8bdb98f33670368b8347 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Tue, 27 Apr 2021 11:40:34 +0200 Subject: [PATCH] Solve feature requests #44553. (#17606) --- source/_integrations/modbus.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 19f3914ed9a..552e44b397f 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -524,7 +524,6 @@ modbus: address: 100 - name: Sensor2 unit_of_measurement: mg - slave: 1 address: 110 count: 2 - name: Sensor3 @@ -581,11 +580,11 @@ sensors: required: false default: 0 type: integer - reverse_order: - description: Reverse the order of registers when count >1. + swap: + description: swap the order of bytes/words, options are none, byte, word, word_byte. required: false - default: false - type: boolean + default: none + type: string scale: description: Scale factor (output = scale * value + offset). required: false