Skip to content
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

Added 'link_up' action to smart_lamp_on in line with other items #76261

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

PatrikLundell
Copy link
Contributor

Summary

None

Purpose of change

Fix #76245, i.e. smart lamp causing segmentation fault when plugged in and then turned on.

Describe the solution

Added the "link_up" action to the active version of the item too, in line with all other items that have multiple versions.

Describe alternatives you've considered

Testing

Using the bug report's save, I've plugged in the smart lamp into the battery and then turned in on. Before the change the game crashed, while after it claims the lamp turns on.

Additional context

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON <Bugfix> This is a fix for a bug (or closes open issue) astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Sep 7, 2024
@Maleclypse Maleclypse merged commit 6dc777e into CleverRaven:master Sep 8, 2024
26 checks passed
@PatrikLundell PatrikLundell deleted the smart_lamp branch September 8, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugging a smart lamp into a grid/vehicle and turning it on causes segfault
2 participants