Skip to content

Commit

Permalink
Merge pull request #630 from telefonicaid/task/remove_bidirectional_p…
Browse files Browse the repository at this point in the history
…lugin

remove bidirectional plugin
  • Loading branch information
fgalan authored Sep 18, 2023
2 parents 4699101 + e271c8a commit 821e45d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 235 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Fix: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426)
- Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435)
- Remove: bidirectional plugin (iota-node-lib#1413)
4 changes: 0 additions & 4 deletions lib/iotagent-ul.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ function start(newConfig, callback) {
iotAgentLib.setUpdatingHandler(deviceUpdatingHandler);
iotAgentLib.setDataUpdateHandler(updateHandler);

iotAgentLib.addDeviceProvisionMiddleware(iotAgentLib.dataPlugins.bidirectionalData.deviceProvision);
iotAgentLib.addConfigurationProvisionMiddleware(iotAgentLib.dataPlugins.bidirectionalData.groupProvision);
iotAgentLib.addNotificationMiddleware(iotAgentLib.dataPlugins.bidirectionalData.notification);

if (config.getConfig().configRetrieval) {
iotAgentLib.setNotificationHandler(configurationNotificationHandler);
} else {
Expand Down
231 changes: 0 additions & 231 deletions test/unit/ngsiv2/bidirectionalityHttp-test.js

This file was deleted.

0 comments on commit 821e45d

Please sign in to comment.