diff --git a/plugins/deviceplugins/wemo/devicepluginwemo.cpp b/plugins/deviceplugins/wemo/devicepluginwemo.cpp index 054d0559..434333ad 100644 --- a/plugins/deviceplugins/wemo/devicepluginwemo.cpp +++ b/plugins/deviceplugins/wemo/devicepluginwemo.cpp @@ -337,7 +337,7 @@ void DevicePluginWemo::wemoSwitchStateChanged() if(m_wemoSwitches.contains(wemoSwitch)){ Device * device = m_wemoSwitches.value(wemoSwitch); device->setStateValue(powerStateTypeId, wemoSwitch->powerState()); - device->setStateValue(reachableStateTypeId, wemoSwitch->reachabel()); + device->setStateValue(reachableStateTypeId, wemoSwitch->reachable()); } }