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 Type
    Method
    Description
    void
    Update the runtime of the given device with the id.
  • Method Details

    • updateRuntime

      void updateRuntime(String id) throws ExecutionException
      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