mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[valloxmv] Fix co2 channel, hopefully working this time (#10555)
Signed-off-by: Mikael Gustafsson <mikael.gustafsson80@gmail.com>
This commit is contained in:
parent
d3c137c73d
commit
0e4810e651
@ -506,8 +506,7 @@ public class ValloxMVWebSocket {
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_TEMPERATURE_INCOMING,
|
||||
new QuantityType<>(bdTempIncoming, SIUnits.CELSIUS));
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_HUMIDITY, new QuantityType<>(iHumidity, Units.PERCENT));
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_CO2,
|
||||
new QuantityType<>(iHumidity, Units.PARTS_PER_MILLION));
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_CO2, new QuantityType<>(iCo2, Units.PARTS_PER_MILLION));
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_CELLSTATE, new DecimalType(iCellstate));
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_UPTIME_YEARS, new DecimalType(iUptimeYears));
|
||||
updateChannel(ValloxMVBindingConstants.CHANNEL_UPTIME_HOURS, new DecimalType(iUptimeHours));
|
||||
|
Loading…
Reference in New Issue
Block a user