Skip to content

Commit

Permalink
Uses last version of iotagent-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalvoalonso committed Oct 2, 2018
1 parent 495dc34 commit 864745b
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 4,766 deletions.
4 changes: 2 additions & 2 deletions lib/iotagent-lora.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,11 @@ function start (newConfig, callback) {
iotAgentLib.setConfigurationHandler(registerConfiguration);

// Enables all the plugins
// iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.attributeAlias.update);
iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.attributeAlias.update);
iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.addEvents.update);
iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.expressionTransformation.update);
iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.multiEntity.update);
// iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.timestampProcess.update);
iotAgentLib.addUpdateMiddleware(iotAgentLib.dataPlugins.timestampProcess.update);

iotAgentLib.addDeviceProvisionMiddleware(iotAgentLib.dataPlugins.bidirectionalData.deviceProvision);
iotAgentLib.addConfigurationProvisionMiddleware(iotAgentLib.dataPlugins.bidirectionalData.groupProvision);
Expand Down
Loading

0 comments on commit 864745b

Please sign in to comment.