The Dashboard PHAL plugin provides a simple interface to start, stop and provide status for the onboard flask based web dashboard for the device a user can connect to using his local network.
- Requires OVOS Dashboard Application: https://github.com/OpenVoiceOS/OVOS-Dashboard
pip install ovos-PHAL-plugin-dashboard
- Enable GUI Dashboard Service:
# type: Request
# "ovos.PHAL.dashboard.enable"
- Disable GUI Dashboard Service:
# type: Request
# "ovos.PHAL.dashboard.disable"
- Get Dashboard Service Status:
# type: Request
# "ovos.PHAL.dashboard.status"