Skip to content

Commit

Permalink
fix(plugin): Update plugin with recent changes in IDeviceManagementIn…
Browse files Browse the repository at this point in the history
…teractor abstract class.
  • Loading branch information
pedro-ricardo committed Jul 20, 2024
1 parent cdfe836 commit 3ea84d6
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@ public void writeDeviceParameter(final Device device, final String parameter, fi
// FordiacLogHelper.logInfo("UAODeploymentExecutor | writeDeviceParameter "+parameter+"="+value); //$NON-NLS-1$
}

@Override
public void resetResource(final String resName) {
// FordiacLogHelper.logInfo("UAODeploymentExecutor | writeDeviceParameter "+parameter+"="+value); //$NON-NLS-1$
}

@Override
public void killResource(final String resName) {
// FordiacLogHelper.logInfo("UAODeploymentExecutor | writeDeviceParameter "+parameter+"="+value); //$NON-NLS-1$
}

@Override
public void stopResource(final Resource res) {
// FordiacLogHelper.logInfo("UAODeploymentExecutor | writeDeviceParameter "+parameter+"="+value); //$NON-NLS-1$
}

@Override
public void createFBInstance(final FBDeploymentData fbData, final Resource res) throws DeploymentException {
client.connectionCheck();
Expand Down

0 comments on commit 3ea84d6

Please sign in to comment.