Fixed minor spelling mistake (#12515)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
107a05aa5e
commit
8e6e493fc9
|
@ -6,7 +6,7 @@ binding.modbus.description = Binding for Modbus
|
|||
# thing types
|
||||
|
||||
thing-type.modbus.data.label = Modbus Data
|
||||
thing-type.modbus.data.description = Data thing extracts values from binary data received from Modbus slave. Similarly, it it responsible of tranlating openHAB commands to Modbus write requests
|
||||
thing-type.modbus.data.description = Data thing extracts values from binary data received from Modbus slave. Similarly, it is responsible of translating openHAB commands to Modbus write requests
|
||||
thing-type.modbus.poller.label = Regular Poll
|
||||
thing-type.modbus.poller.description = Regular poll of data from Modbus slaves
|
||||
thing-type.modbus.serial.label = Modbus Serial Slave
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<bridge-type-ref id="serial"/>
|
||||
</supported-bridge-type-refs>
|
||||
<label>Modbus Data</label>
|
||||
<description>Data thing extracts values from binary data received from Modbus slave. Similarly, it it responsible of
|
||||
tranlating openHAB commands to Modbus write requests</description>
|
||||
<description>Data thing extracts values from binary data received from Modbus slave. Similarly, it is responsible of
|
||||
translating openHAB commands to Modbus write requests</description>
|
||||
<channels>
|
||||
<channel id="number" typeId="number-type"/>
|
||||
<channel id="switch" typeId="switch-type"/>
|
||||
|
|
Loading…
Reference in New Issue