change mode to be correct
This commit is contained in:
parent
a727962a53
commit
7e7a0b9709
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ void ISEDisplay::begin(DigitalInputCard *inputCard, DigitalOutputCard *outputCar
|
|||
this->outputCallbackHandle = this->outputCard->registerChangeCallback(bindedHandlePWMChange);
|
||||
this->climateCallbackHandle = this->climateCard_daikin->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;
|
||||
//remote_pm_fan_speed->setValue(pm_fan_speed);
|
||||
this->ac_fan_speed = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue