-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EdgeX 3.0] Provision Watcher model improvement #772
Comments
Another suggestion is to add an extendable field in this object: |
For the type change on PW's Identifiers, we will address it in #592. For this #772, we will simply add an extendable field |
Add an extendable field into ProvisionWatcher DTO and Model: Properties map[string]any This is useful when certain device services requires extra information from ProvisionWatcher. For example, assume a device service would like to generate the device name in certain format during auto discovery, the user can define a property "DeviceNameTemplate" with value as the template of device name in the ProvisionWatcher, so that the device service can pick up such property to generate the device name. fixes edgexfoundry#772 Signed-off-by: Jude Hung <[email protected]>
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for core-metadataDescription [REQUIRED]
This is issue is opened for discussing the Provision Watcher model improvment in v3.0.
Describe the solution you'd like
The first suggestion is to modify type of the
Identifiers
tomap[string][]string
, which is the same as theBlockingIdentifiers
The text was updated successfully, but these errors were encountered: