[rfxcom] Add support for TFA 30.3233.1 rainmeter (#10825)

Signed-off-by: Matthias Uhl <matthias_uhl@gmx.de>
This commit is contained in:
muhl 2021-06-13 12:02:45 +02:00 committed by GitHub
parent 40c7f41eb5
commit 056690a794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -882,6 +882,7 @@ A Rain device
* RAIN4 - UPM RG700
* RAIN5 - WS2300
* RAIN6 - La Crosse TX5
* RAIN9 - TFA 30.3233.1
### rfxsensor - RFXCOM RFXSensor

View File

@ -38,7 +38,9 @@ public class RFXComRainMessage extends RFXComBatteryDeviceMessage<RFXComRainMess
RAIN4(4),
RAIN5(5),
RAIN6(6),
RAIN7(7);
RAIN7(7),
RAIN8(8),
RAIN9(9);
private final int subType;

View File

@ -38,6 +38,7 @@
<option value="RAIN4">UPM RG700</option>
<option value="RAIN5">WS2300</option>
<option value="RAIN6">La Crosse TX5</option>
<option value="RAIN9">TFA 30.3233.1</option>
</options>
</parameter>
</config-description>