|
|
|
@ -261,7 +261,8 @@ public class DeviceTypeManager implements DeviceManager {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public boolean updateDeviceProperties(DeviceIdentifier deviceIdentifier, List<Device.Property> list) throws DeviceManagementException {
|
|
|
|
|
public boolean updateDeviceProperties(DeviceIdentifier deviceIdentifier, List<Device.Property> list)
|
|
|
|
|
throws DeviceManagementException {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|