fixed spelling mistake
This commit is contained in:
parent
6cfd88a897
commit
657db06734
@ -337,7 +337,7 @@ void DevicePluginWemo::wemoSwitchStateChanged()
|
|||||||
if(m_wemoSwitches.contains(wemoSwitch)){
|
if(m_wemoSwitches.contains(wemoSwitch)){
|
||||||
Device * device = m_wemoSwitches.value(wemoSwitch);
|
Device * device = m_wemoSwitches.value(wemoSwitch);
|
||||||
device->setStateValue(powerStateTypeId, wemoSwitch->powerState());
|
device->setStateValue(powerStateTypeId, wemoSwitch->powerState());
|
||||||
device->setStateValue(reachableStateTypeId, wemoSwitch->reachabel());
|
device->setStateValue(reachableStateTypeId, wemoSwitch->reachable());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user