mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Added forgotten path selector
This commit is contained in:
@@ -52,7 +52,7 @@ function configure (app, wares, ctx, env) {
|
||||
moment.locale(locale);
|
||||
}
|
||||
|
||||
var handler = ctx.googleHome.getIntentHandler(req.body.queryResult.intent.displayName, req.body.queryResult.parameters);
|
||||
var handler = ctx.googleHome.getIntentHandler(req.body.queryResult.intent.displayName, req.body.queryResult.parameters.metric);
|
||||
if (handler){
|
||||
var sbx = initializeSandbox();
|
||||
handler(function (title, response) {
|
||||
|
||||
Reference in New Issue
Block a user