fixed issue in blind state
This commit is contained in:
parent
7148472732
commit
6baa594c6f
@ -637,7 +637,6 @@ void DevicePluginUniPi::onWebSocketTextMessageReceived(QString message)
|
||||
qWarning(dcUniPi()) << "blind" << device << "Output close:" << value << "Status: " << device->stateValue(blindStatusStateTypeId).toString();
|
||||
device->setStateValue(blindStatusStateTypeId, "stopped");
|
||||
}
|
||||
break;
|
||||
}
|
||||
} else if (device->deviceClassId() == lightDeviceClassId) {
|
||||
device->setStateValue(lightPowerStateTypeId, QVariant(obj["value"].toInt()).toBool());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user