Closed borkog closed 2 years ago
Upon a lot of digging I found that this:
interact = { actions: { power: function(interactData) { if (interactData.option == "shutdown") { beo.bus.emit("general", {header: "requestShutdown", content: {extension: "interact"}}); } if (interactData.option == "restart") { beo.bus.emit("general", {header: "requestReboot", content: {extension: "interact"}}); } } } }
is missing from /opt/beocreate/beo-extensions/product-information/index.js
Can someone please let me now what is going on since "Interactions" are not working at all in the latest version... and shudown is stripped from the previous version ...
Is this all to because of the power controller? What are the plans?
Thanks B.
There is a bug in 20220228.
In general, the Interaction code isn't really maintained today. We don't have any long-term plans for this.
Describe the bug In "Interaction" on "serial message received" I can not add Shutdown or Restart action
HiFiBerryOS version 20211105 on RP3b=
HiFiBerry sound card dac+/Amp2 (1.1)
To Reproduce Steps to reproduce the behavior:
Expected behavior Action should apear unde word "DO"
Screenshots
Browser (if applicable)
Additional context It worked before ... about a year ago Interactions do not work on 20220228 (current at the moment)