Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interface/proto/param.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ message Param {
Import import = 16;

/* Additional OIDs represented by this parameter - used to allow a client to locate a parameter that may have been moved or renamed.
* The aliases must be fully-qualified OIDs without a leading solidus. */
* An alias must not conflict with any real FQOID in the device model. */
Comment thread
abrown-RV marked this conversation as resolved.
Outdated
repeated string oid_aliases = 17;

/* When true, indicates that the parameter is part of the minimal set of parameters that should be reported by the device */
Expand Down
Loading