-
Notifications
You must be signed in to change notification settings - Fork 4
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
tickets/DM-44757 #875
tickets/DM-44757 #875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of additional follow up requests.
I think the Electrometer stopScan
command does not need the groupId, but the startScan
command does need it.
Also, you can now remove the value
attributes that were previously required. These is no longer needed so you can remove these attributes to cleanup the CSC interface. If you don't want to do this now, please, issue a new ticket to do it later.
The attribute name should be groupId
and not groupID
.
@@ -111,6 +118,13 @@ | |||
<Units>unitless</Units> | |||
<Count>1</Count> | |||
</item> | |||
<item> | |||
<EFDB_Name>groupID</EFDB_Name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think stopScan needs a groupId
@@ -99,6 +99,13 @@ | |||
<Units>second</Units> | |||
<Count>1</Count> | |||
</item> | |||
<item> | |||
<EFDB_Name>groupID</EFDB_Name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, rename it to groupId
(lower case d).
@@ -35,6 +35,13 @@ | |||
<Units>unitless</Units> | |||
<Count>1</Count> | |||
</item> | |||
<item> | |||
<EFDB_Name>groupID</EFDB_Name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, rename this groupId
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! thanks for the updates.
Edited xml to take a group ID.