Fix spotless errors (#11068)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2021-07-31 09:42:29 +02:00 committed by GitHub
parent 12dc0c37bb
commit 207dab57b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View File

@ -130,5 +130,4 @@ public class AirthingsWaveGen1Handler extends AbstractAirthingsHandler {
private int intFromBytes(int lowByte, int highByte) {
return (highByte & 0xFF) << 8 | (lowByte & 0xFF);
}
}

View File

@ -71,21 +71,21 @@
</thing-type>
<thing-type id="airthings_wave_gen1">
<supported-bridge-type-refs>
<bridge-type-ref id="roaming" />
<bridge-type-ref id="bluegiga" />
<bridge-type-ref id="bluez" />
<bridge-type-ref id="roaming"/>
<bridge-type-ref id="bluegiga"/>
<bridge-type-ref id="bluez"/>
</supported-bridge-type-refs>
<label>Airthings Wave Gen 1</label>
<description>Smart Radon Monitor</description>
<channels>
<channel id="rssi" typeId="rssi" />
<channel id="rssi" typeId="rssi"/>
<channel id="humidity" typeId="airthings_humidity" />
<channel id="temperature" typeId="airthings_temperature" />
<channel id="radon_st_avg" typeId="airthings_radon_st_avg" />
<channel id="radon_lt_avg" typeId="airthings_radon_lt_avg" />
<channel id="humidity" typeId="airthings_humidity"/>
<channel id="temperature" typeId="airthings_temperature"/>
<channel id="radon_st_avg" typeId="airthings_radon_st_avg"/>
<channel id="radon_lt_avg" typeId="airthings_radon_lt_avg"/>
</channels>
<config-description>