[velbus] Review/rewrite documentation (#15537)

The page was missing information in some places (e.g. some supported
modules were not listed at all,) and some outdated information in
others. Some examples were malformed, and some wording didn’t flow too
well. The section on Channels is still pretty iffy, but I left this as
an exercise for a future me or somebody else :)

Signed-off-by: Simonas Kazlauskas <openhab@kazlauskas.me>
This commit is contained in:
Simonas Kazlauskas
2023-11-19 14:59:32 +00:00
committed by GitHub
parent c2a6329408
commit 1ea6865254
3 changed files with 203 additions and 93 deletions

View File

@@ -333,7 +333,7 @@
</parameter>
<parameter name="counter1PulseMultiplier" type="decimal">
<label>Counter 1 Pulse Multiplier</label>
<description>The pulse multiplier for counter 1</description>
<description>The pulse multiplier for counter 1.</description>
<default>1</default>
<options>
<option value="1">x1</option>
@@ -356,7 +356,7 @@
</parameter>
<parameter name="counter2PulseMultiplier" type="decimal">
<label>Counter 2 Pulse Multiplier</label>
<description>The pulse multiplier for counter 2</description>
<description>The pulse multiplier for counter 2.</description>
<default>1</default>
<options>
<option value="1">x1</option>
@@ -379,7 +379,7 @@
</parameter>
<parameter name="counter3PulseMultiplier" type="decimal">
<label>Counter 3 Pulse Multiplier</label>
<description>The pulse multiplier for counter 3</description>
<description>The pulse multiplier for counter 3.</description>
<default>1</default>
<options>
<option value="1">x1</option>
@@ -402,7 +402,7 @@
</parameter>
<parameter name="counter4PulseMultiplier" type="decimal">
<label>Counter 4 Pulse Multiplier</label>
<description>The pulse multiplier for counter 4</description>
<description>The pulse multiplier for counter 4.</description>
<default>1</default>
<options>
<option value="1">x1</option>

View File

@@ -309,7 +309,7 @@ thing-type.config.velbus.7channelDeviceWithCounters.CH7.description = The name o
thing-type.config.velbus.7channelDeviceWithCounters.address.label = Address
thing-type.config.velbus.7channelDeviceWithCounters.address.description = The velbus address of the device
thing-type.config.velbus.7channelDeviceWithCounters.counter1PulseMultiplier.label = Counter 1 Pulse Multiplier
thing-type.config.velbus.7channelDeviceWithCounters.counter1PulseMultiplier.description = The pulse multiplier for counter 1
thing-type.config.velbus.7channelDeviceWithCounters.counter1PulseMultiplier.description = The pulse multiplier for counter 1.
thing-type.config.velbus.7channelDeviceWithCounters.counter1PulseMultiplier.option.1 = x1
thing-type.config.velbus.7channelDeviceWithCounters.counter1PulseMultiplier.option.2.5 = x2.5
thing-type.config.velbus.7channelDeviceWithCounters.counter1PulseMultiplier.option.0.05 = x0.05
@@ -320,7 +320,7 @@ thing-type.config.velbus.7channelDeviceWithCounters.counter1Unit.option.kWh = kW
thing-type.config.velbus.7channelDeviceWithCounters.counter1Unit.option.liters = liters
thing-type.config.velbus.7channelDeviceWithCounters.counter1Unit.option.m³ =
thing-type.config.velbus.7channelDeviceWithCounters.counter2PulseMultiplier.label = Counter 2 Pulse Multiplier
thing-type.config.velbus.7channelDeviceWithCounters.counter2PulseMultiplier.description = The pulse multiplier for counter 2
thing-type.config.velbus.7channelDeviceWithCounters.counter2PulseMultiplier.description = The pulse multiplier for counter 2.
thing-type.config.velbus.7channelDeviceWithCounters.counter2PulseMultiplier.option.1 = x1
thing-type.config.velbus.7channelDeviceWithCounters.counter2PulseMultiplier.option.2.5 = x2.5
thing-type.config.velbus.7channelDeviceWithCounters.counter2PulseMultiplier.option.0.05 = x0.05
@@ -331,7 +331,7 @@ thing-type.config.velbus.7channelDeviceWithCounters.counter2Unit.option.kWh = kW
thing-type.config.velbus.7channelDeviceWithCounters.counter2Unit.option.liters = liters
thing-type.config.velbus.7channelDeviceWithCounters.counter2Unit.option.m³ =
thing-type.config.velbus.7channelDeviceWithCounters.counter3PulseMultiplier.label = Counter 3 Pulse Multiplier
thing-type.config.velbus.7channelDeviceWithCounters.counter3PulseMultiplier.description = The pulse multiplier for counter 3
thing-type.config.velbus.7channelDeviceWithCounters.counter3PulseMultiplier.description = The pulse multiplier for counter 3.
thing-type.config.velbus.7channelDeviceWithCounters.counter3PulseMultiplier.option.1 = x1
thing-type.config.velbus.7channelDeviceWithCounters.counter3PulseMultiplier.option.2.5 = x2.5
thing-type.config.velbus.7channelDeviceWithCounters.counter3PulseMultiplier.option.0.05 = x0.05
@@ -342,7 +342,7 @@ thing-type.config.velbus.7channelDeviceWithCounters.counter3Unit.option.kWh = kW
thing-type.config.velbus.7channelDeviceWithCounters.counter3Unit.option.liters = liters
thing-type.config.velbus.7channelDeviceWithCounters.counter3Unit.option.m³ =
thing-type.config.velbus.7channelDeviceWithCounters.counter4PulseMultiplier.label = Counter 4 Pulse Multiplier
thing-type.config.velbus.7channelDeviceWithCounters.counter4PulseMultiplier.description = The pulse multiplier for counter 4
thing-type.config.velbus.7channelDeviceWithCounters.counter4PulseMultiplier.description = The pulse multiplier for counter 4.
thing-type.config.velbus.7channelDeviceWithCounters.counter4PulseMultiplier.option.1 = x1
thing-type.config.velbus.7channelDeviceWithCounters.counter4PulseMultiplier.option.2.5 = x2.5
thing-type.config.velbus.7channelDeviceWithCounters.counter4PulseMultiplier.option.0.05 = x0.05