修复子设备状态设置错误
This commit is contained in:
parent
182de36567
commit
cee26b5c1c
|
|
@ -173,6 +173,6 @@ public class DeviceInstanceEntity extends GenericEntity<String> implements Recor
|
|||
if (this.features == null) {
|
||||
return false;
|
||||
}
|
||||
return EnumDict.in(feature, DeviceFeature.values());
|
||||
return EnumDict.in(feature, this.features);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue