-
Notifications
You must be signed in to change notification settings - Fork 125
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
Adding Location LED name to asset_details table #231
Conversation
@douglasgabriel I'd recommend calling this something other than xClarity may use a name for this but other physical providers might use something else. |
cea7497
to
5f703b0
Compare
Good point @agrare. Updated. |
Checked commit douglasgabriel@5f703b0 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
In general I'm ok with this, but I'm curious why this is not a foreign key reference to the table with the location_led itself instead? |
Do we have a table for location_led? What we do today is parse just the location led state into the component table (ex: |
Discussed with @douglasgabriel and the long term goal is to put location_led_status into asset_details, so that should keep them together and consistent, so I am good with this. 👍 |
It is required to send LED action to physical components, once that the name of the LED can vary to each component.