aqhome-react: fixed typo.
This commit is contained in:
@@ -156,7 +156,7 @@ int _checkState(AQHREACT_UNIT *unit)
|
||||
newState=(doubleData>0.0)?1:0;
|
||||
DBG_DEBUG(NULL, "Got dataObject (%f), new state is %d (previously: %d)", doubleData, newState, xunit->lastProcessedState);
|
||||
if (newState!=xunit->lastProcessedState) {
|
||||
DBG_INFO(NULL, "Stage changed (%d->%d)", xunit->lastProcessedState, newState);
|
||||
DBG_INFO(NULL, "State changed (%d->%d)[%f]", xunit->lastProcessedState, newState, doubleData);
|
||||
_startTimer(unit, xunit, newState);
|
||||
result=1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user