The Beginning of Amazon Echo Reverse Engineering3 points·by thebiglebrewski·12 anni fa·1 commentsLoving my Echo so far. Noticed that if you go to this page:http://echo.amazon.com/#settings/dialogsAnd enter this code into the JS console:$(document).ajaxComplete(function(){console.log($(".dd-title.d-dialog-title").first().text())})You'll get the last said thing in the console.Obviously this could be pretty useful! For now I'm pretty tired but tomorrow I'm going to try to hook it up to my Hue and my Nest and possibly my Roku...1 commentsPost comment[–]Chetane·12 anni fareplyWhen did you receive yours? I signed up for one, but still didn't get selected unfortunately :(
http://echo.amazon.com/#settings/dialogs
And enter this code into the JS console:
$(document).ajaxComplete(function(){console.log($(".dd-title.d-dialog-title").first().text())})
You'll get the last said thing in the console.
Obviously this could be pretty useful! For now I'm pretty tired but tomorrow I'm going to try to hook it up to my Hue and my Nest and possibly my Roku...