Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -978,7 +978,7 @@ using them to configure a raw thing item.
information.
* closedPulses - Closed Pulses
* Pulses to send for an CLOSED command. Space delimited pulse lengths
* Pulses to send for a CLOSED command. Space delimited pulse lengths
in usec. Must be an even number of pulse lengths, with a maximum
of 142 total pulses. Max pulse length is 65535. Pulses of value 0
will be transmitted as 10000. See the RFXtfx user guide for more

View File

@@ -223,7 +223,7 @@ thing-type.config.rfxcom.rain.subType.option.RAIN5 = WS2300
thing-type.config.rfxcom.rain.subType.option.RAIN6 = La Crosse TX5
thing-type.config.rfxcom.rain.subType.option.RAIN9 = TFA 30.3233.1
thing-type.config.rfxcom.raw.closedPulses.label = Closed Pulses
thing-type.config.rfxcom.raw.closedPulses.description = Pulses to send for an CLOSED command. Space delimited pulse lengths in usec. Must be an even number of pulse lengths, with a maximum of 142 total pulses. Max pulse length is 65535. Pulses of value 0 will be transmitted as 10000. See the RFXtfx user guide for more information.
thing-type.config.rfxcom.raw.closedPulses.description = Pulses to send for a CLOSED command. Space delimited pulse lengths in usec. Must be an even number of pulse lengths, with a maximum of 142 total pulses. Max pulse length is 65535. Pulses of value 0 will be transmitted as 10000. See the RFXtfx user guide for more information.
thing-type.config.rfxcom.raw.deviceId.description = Received raw message cannot provide a device ID, so to receive raw messages the device id must be RAW. For transmit-only things, use any device id.
thing-type.config.rfxcom.raw.offPulses.label = Off Pulses
thing-type.config.rfxcom.raw.offPulses.description = Pulses to send for an OFF command. Space delimited pulse lengths in usec. Must be an even number of pulse lengths, with a maximum of 142 total pulses. Max pulse length is 65535. Pulses of value 0 will be transmitted as 10000. See the RFXtfx user guide for more information.

View File

@@ -63,7 +63,7 @@
</parameter>
<parameter name="closedPulses" type="text" required="false">
<label>Closed Pulses</label>
<description>Pulses to send for an CLOSED command. Space delimited pulse lengths in usec. Must be an even number of
<description>Pulses to send for a CLOSED command. Space delimited pulse lengths in usec. Must be an even number of
pulse lengths, with a maximum of 142 total pulses. Max pulse length is 65535. Pulses of value 0 will be transmitted
as 10000. See the RFXtfx user guide for more information.</description>
</parameter>