Interface DeviceFirmwareOperations
- All Known Subinterfaces:
DeviceManagement,DeviceManagementClient
- All Known Implementing Classes:
AasDeviceFirmwareOperations,DeviceManagementAasClient,DeviceManagementImpl
public interface DeviceFirmwareOperations
A service provider interface for DeviceFirmwareOperations.
Can be used to update the Runtime of a specific device.
- Author:
- Dennis Pidun, University of Hildesheim
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateRuntime(String id) Update the runtime of the given device with the id.
-
Method Details
-
updateRuntime
Update the runtime of the given device with the id.- Parameters:
id- the id of the device- Throws:
ExecutionException- if the execution of this operation fails
-