You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be nice to have an shutdown option on the gui.
i am stuck with my programming skills. This is my attempt:
server.js add following endpoint:
player/player.service.ts add function:
shutdown() { this.http.get('http://localhost:8200/shutdown').subscribe; }
for testing purposes i changed:
player/player.page.ts:
volUp() { this.playerService.sendCmd(PlayerCmds.VOLUMEUP); this.playerService.shutdown(); }
but the raspberry didn't shut down. If I open the endpoint :8200/shutdown the system shuts down.
Beta Was this translation helpful? Give feedback.
All reactions