Interface DeviceResourceConfigOperations

All Known Subinterfaces:
DeviceManagement, DeviceManagementClient
All Known Implementing Classes:
AasDeviceResourceConfigOperations, DeviceManagementAasClient, DeviceManagementImpl

public interface DeviceResourceConfigOperations
Defines the device resource operations.
Author:
Dennis Pidun, University of Hildesheim
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setConfig(String id, String configPath)
    Sets the device configuration.
  • Method Details

    • setConfig

      void setConfig(String id, String configPath) throws ExecutionException
      Sets the device configuration.
      Parameters:
      id - the identifier
      configPath - the configuration path
      Throws:
      ExecutionException - in case that setting the configuration fails