Allow PluginServices::SetProperty in Ready state

This commit is contained in:
Alexey Rybalchenko 2019-05-07 10:33:04 +02:00
parent 7e6eb382d5
commit 7b16c33ccd

View File

@ -196,6 +196,7 @@ class PluginServices
|| (currentState == DeviceState::Binding) || (currentState == DeviceState::Binding)
|| (currentState == DeviceState::Bound) || (currentState == DeviceState::Bound)
|| (currentState == DeviceState::Connecting) || (currentState == DeviceState::Connecting)
|| (currentState == DeviceState::Ready)
|| (currentState == DeviceState::Idle && key == "channel-config")) { || (currentState == DeviceState::Idle && key == "channel-config")) {
fConfig.SetValue(key, val); fConfig.SetValue(key, val);
} else { } else {