-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Location Control sources of information #446
Conversation
…onent Add global state for control location info
<Value>UNKNOWN</Value> | ||
<Label>Obsv. Mode</Label> | ||
<Value>{this.props.simonyiObservingMode}</Value> | ||
<Value>Unknown</Value> |
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.
This "Unknown" value is correct?
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.
We still don't have the source of information for the Operation Mode, we are investigating where to get it. For the moment I think is ok to keep it like "Unknown"
<Label>Power Source</Label> | ||
<Value>UNKNOWN</Value> | ||
<Value>Unknown</Value> |
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.
This "Unknown" value is correct?
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.
Same as the previous comment, we still don't have this source of information.
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 @sebastian-aranda !!
I left a few single comments about some "Unknown" values, but I think this is because we haven't yet this information.
This PR connects the
ControlLocation
model (lsst-ts/LOVE-manager#179) to get the current set location of control. Also some refactor was done to theObservatorySummary
andObservatorySummaryMenu
components. Some missing telemetries were also added.