
lobenhofer
Germany
Asked

Ich verwende Pandorabot, aber JD spricht nur über das Laptop, es fehlt das Kästchen zur Aktivierung für den Lautsprecher von JD, was mache ich falsch?
Related Hardware EZ-B v4
am gessing here .
say("hello") comes out your laptop
sayEzb("hello") comes out jd
then you know 100% the problem is not jd .
did you save your project on your pc and in the cloud ?
should that not be -Audio.sayEzb(getVar("$pandoraResponse"));, ?
Ich denke, Sie schreiben Ihren Code in Javascript? Wenn ja, entfernen Sie das $ und sehen Sie, ob es einen Unterschied macht.
Eine Variable in EZ-Script beginnt mit einem $ (Dollarzeichen). Eine Variable in JavaScript beginnt mit nichts und kann beliebig benannt werden, solange das erste Zeichen keine Zahl ist.
Hier ist ein guter Artikel zum Konvertieren von EZ Script in Javascript:
https://synthiam.com/Community/Tutorials/Migrating-from-EZ-Script-to-JavaScript-20988/5
do you mean it should look like this ? no use of this ( " )
say(getVar($pandoraResponse));
averyone helped . great to hear its solved .