Skip to content

Commit

Permalink
fix: Change subcribe topics to receive any event from devive llrp
Browse files Browse the repository at this point in the history
fixes: #201

Signed-off-by: Marc-Philippe Fuller <marc-philippe.fuller@intel.com>
  • Loading branch information
marcpfuller committed May 24, 2023
1 parent 8dd5fe7 commit 28c3a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MessageBus:
ClientId: app-rfid-llrp-inventory

Trigger:
SubscribeTopics: events/+/device-rfid-llrp/+/+/ROAccessReport,edgex/events/+/device-rfid-llrp/+/+/ReaderEventNotification
SubscribeTopics: events/+/device-rfid-llrp/#
PublishTopic: events/device/app-rfid-llrp/{profilename}/{devicename}/{sourcename} # publish to same topic format the Device Services use

AppCustom:
Expand Down

0 comments on commit 28c3a07

Please sign in to comment.