Fix reverse fan speed issue in demo
[apps/hvac.git] / binding / hvac-demo-binding.c
index 1b776cd..7f859a6 100644 (file)
@@ -184,7 +184,7 @@ static uint8_t read_temp()
 
 static uint8_t read_fanspeed()
 {
-       return hvac_values[3].value ^ 0xFF;
+       return hvac_values[3].value;
 }
 
 static int write_can()