Skip to content

Commit

Permalink
Update sendToGoogleHome.js
Browse files Browse the repository at this point in the history
  • Loading branch information
montumodi authored Mar 19, 2021
1 parent 9f7bef0 commit d930f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendToGoogleHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var App = {
slow: false,
host: 'https://translate.google.com',
});
App.GoogleHome(App.DeviceIp, text, function (res) {
App.GoogleHome(App.DeviceIp, url, function (res) {
console.log(res);
})
},
Expand Down

0 comments on commit d930f05

Please sign in to comment.