Google Home API location fix
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
class GoogleHome {
|
||||
function response()
|
||||
{
|
||||
header('Content-Type: application/json');
|
||||
$update_response = file_get_contents("php://input");
|
||||
$update = json_decode($update_response, true);
|
||||
echo '"RichResponse": {
|
||||
"items": [
|
||||
{
|
||||
"simpleResponse": {
|
||||
"textToSpeech": "test speech"
|
||||
}
|
||||
}
|
||||
]
|
||||
}';
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user