bang-olufsen / create

Software for the HifiBerry/BeoCreate Re-Create project for upcycling vintage loudspeakers
https://www.hifiberry.com/beocreate
MIT License
174 stars 43 forks source link

Fix poweroff trigger action #154

Closed StephenBeirlaen closed 1 year ago

StephenBeirlaen commented 2 years ago

It is currently impossible to persist a selected power trigger action (poweroff, reboot). This is caused by an unexpected extension name being passed around. Fixed by setting the extension name to the correct one.

Fixes #265

One important thing to note: I am not sure about lines 26 and 31. I don't think that these "product-information" values are incorrect there, but it would be useful if someone could double check them.

tuomashamalainen commented 2 years ago

Thanks for this PR. I'll review and merge it as soon as possible and also check out the thing you mentioned.

Tuomas from Bang & Olufsen

StephenBeirlaen commented 2 years ago

Hi, any news on this?