Closed JarbasAl closed 3 years ago
adds a new template to the GUI
usage
self.gui.show_confirmation_status("Device Paired", override_idle=True) self.gui.show_error_status("Pairing Failed", override_idle=True)
test with https://github.com/OpenVoiceOS/skill-ovos-pairing/tree/ovos_utils by saying "test pairing"
Looks good to me but its missing override_animations flag in both show calls
good catch, added
adds a new template to the GUI
usage
test with https://github.com/OpenVoiceOS/skill-ovos-pairing/tree/ovos_utils by saying "test pairing"