Turn on a LED when Volumio UI is ready

Hey @lelsteph,

Numerous plugins are waiting for system ready before performing action. Did you check how this is programmed in any plugin? Let’s start with letter A.

Kind Regards,

1 Like

Hello

Thank you so much!
So the trick is: const systemStatus = process.env.VOLUMIO_SYSTEM_STATUS;?

Where is, all of the available properties and function documented?

Thanks!

Hey @lelsteph,

It takes time, but entire backend is opensource.

I do suggest to understand build system, backend role and plugins relation with the entire ecosystem.

Kind Regards,

1 Like

Thank You!!