Skip to content

Commit

Permalink
Merge pull request #1220 from hahattan/issue-1219
Browse files Browse the repository at this point in the history
fix: update device-simple CommandRequestTopic config
  • Loading branch information
cloudxxx8 authored Sep 29, 2022
2 parents 32167e1 + 03803f9 commit 30b5625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/cmd/device-simple/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PublishTopicPrefix = "edgex/events/device" # /<device-profile-name>/<device-name
ConnectTimeout = "5" # Seconds
SkipCertVerify = "false" # Only used if Cert/Key file or Cert/Key PEMblock are specified
[MessageQueue.Topics]
CommandRequestTopic = "edgex/command/request/#" # subscribing for inbound command requests
CommandRequestTopic = "edgex/command/request/device-simple/#" # subscribing for inbound command requests
CommandResponseTopicPrefix = "edgex/command/response" # publishing outbound command responses; <device-service>/<device-name>/<command-name>/<method> will be added to this publish topic prefix

# Example SecretStore configuration.
Expand Down

0 comments on commit 30b5625

Please sign in to comment.