jeancarl / node-red-contrib-tjbot

Node-RED nodes that can be used with the TJBot running on a Raspberry Pi.
6 stars 20 forks source link

user name for tts is not being saved. #9

Closed uncommonman closed 6 years ago

uncommonman commented 6 years ago

Looks like there is a line missing in config.html, since the user name is not saved for the Text To Speech service. The lines

  ttsPassword: {type:"password"},
  sttUsername: {type:"text"},
  sttPassword: {type:"password"},

should probably be

  ttsUsername: {type:"text"},
  ttsPassword: {type:"password"},
  sttUsername: {type:"text"},
  sttPassword: {type:"password"},
jeancarl commented 6 years ago

This issue should be fixed.