OpenVoiceOS / ovos-PHAL-plugin-system

Apache License 2.0
0 stars 2 forks source link

Add some visual indication of service restart #6

Closed NeonDaniel closed 1 year ago

NeonDaniel commented 1 year ago

Is there some method to display a GUI page that stays active while the core services are stopping to indicate the system is restarting (and maybe shutdown/restart)? Currently, it isn't immediately clear that requests to shutdown/restart/restart services are handled.

https://github.com/OpenVoiceOS/ovos-PHAL-plugin-system/blob/dev/ovos_PHAL_plugin_system/__init__.py#L61

JarbasAl commented 1 year ago

you can import SkillGUI class from ovos_utils and add a GUI to the plugin, see the wifi plugins for an example of using GUI in a PHAL plugin