您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
258 B

  1. {
  2. "name": "Weather",
  3. "description": "Ein Node-RED-Projekt",
  4. "version": "0.0.1",
  5. "dependencies": {},
  6. "node-red": {
  7. "settings": {
  8. "flowFile": "flow.json",
  9. "credentialsFile": "flow_cred.json"
  10. }
  11. }
  12. }