-
Notifications
You must be signed in to change notification settings - Fork 675
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
Metadata
Metadata
Assignees
Labels
No labels