- Notifications
You must be signed in to change notification settings - Fork 670
Closed
Description
- fix 'show debug' command
https://github.com/evancohen/smart-mirror/blob/dev/app/js/controller.js#L156-L159
SpeechService.addCommand('debug', function () { console.debug("Boop Boop. Showing debug info..."); $scope.debug = true; });- autoupdate commands pagination if focus is 'commands'. then create a refresh command in controller and trigger maybe?
https://github.com/evancohen/smart-mirror/blob/dev/plugins/speech/service.js#L80
if (Focus.get()=='commands') { service.getCommands() }-
also fix path for config.general.commandsperpage
https://github.com/evancohen/smart-mirror/blob/dev/plugins/speech/service.js#L92 -
add time out on json form call for response trigger error with possible causes...
-
fix The pagination command text doesn't use Locale language #650
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels