change mode to be correct

This commit is contained in:
reaw55 2024-03-30 15:16:13 +07:00
parent a727962a53
commit 7e7a0b9709

View file

@ -23,7 +23,7 @@ void ISEDisplay::begin(DigitalInputCard *inputCard, DigitalOutputCard *outputCar
this->outputCallbackHandle = this->outputCard->registerChangeCallback(bindedHandlePWMChange); this->outputCallbackHandle = this->outputCard->registerChangeCallback(bindedHandlePWMChange);
this->climateCallbackHandle = this->climateCard_daikin->registerChangeCallback(bindedHandleACChange); this->climateCallbackHandle = this->climateCard_daikin->registerChangeCallback(bindedHandleACChange);
//this->climateCallbackHandle = this->climateCard_york->registerChangeCallback(bindedHandleACChange); //this->climateCallbackHandle = this->climateCard_york->registerChangeCallback(bindedHandleACChange);
this->user_mode = 1; // initialized to cool by default this->user_mode = 2; // initialized to cool by default
this->pm_fan_speed = 10; this->pm_fan_speed = 10;
//remote_pm_fan_speed->setValue(pm_fan_speed); //remote_pm_fan_speed->setValue(pm_fan_speed);
this->ac_fan_speed = 0; this->ac_fan_speed = 0;