castalla wrote:
> And now - the text display on Show for 'discover setup' fails to show
> the on-screen text ... just a voice reply
This is the (correct) response that's sent back to you:
Code:
--------------------
{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>Discovery found the following 5 players.
Black,Nestdisplay,Priva1,Priva2, and Touch.</speak>"
},
"directives": [
{
"type": "Dialog.UpdateDynamicEntities",
"updateBehavior": "REPLACE",
"types": [
{
"name": "AMAZON.Room",
"values": [
{
"name": {
"value": "black"
}
},
{
"name": {
"value": "priva 1"
}
},
{
"name": {
"value": "priva 2"
}
},
{
"name": {
"value": "nest display"
}
},
{
"name": {
"value": "touch"
}
}
]
}
]
}
],
"shouldEndSession": true,
"card": {
"type": "Simple",
"title": "Discover:",
"content": "Discovery found 5 players: Black, Priva1, Priva2, Nestdisplay,
Touch. "
}
},
"userAgent": "ask-node/2.7.0 Node/v12.13.0",
"sessionAttributes": {}
}
--------------------
The 'card' at the end is what shows on your screen and it is correct (I
changed nothing in 2 months in the code that produces that).
Are you still on the pi zero?
------------------------------------------------------------------------
philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins