Guest User

Untitled

a guest
Dec 14th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. [
  2. {
  3. "id": "2450bdfa087692de",
  4. "type": "tab",
  5. "label": "Flow 1",
  6. "disabled": false,
  7. "info": "",
  8. "env": []
  9. },
  10. {
  11. "id": "ed75fdfa9f5ae2a3",
  12. "type": "PlaySound",
  13. "z": "2450bdfa087692de",
  14. "name": "",
  15. "playerOptions": "",
  16. "audioURI": "",
  17. "options": "",
  18. "x": 1290,
  19. "y": 360,
  20. "wires": [
  21. []
  22. ]
  23. },
  24. {
  25. "id": "b288303fc3292dc3",
  26. "type": "inject",
  27. "z": "2450bdfa087692de",
  28. "name": "Start mp3 file",
  29. "props": [
  30. {
  31. "p": "payload"
  32. },
  33. {
  34. "p": "topic",
  35. "vt": "str"
  36. }
  37. ],
  38. "repeat": "",
  39. "crontab": "",
  40. "once": false,
  41. "onceDelay": 0.1,
  42. "topic": "",
  43. "payload": "start",
  44. "payloadType": "str",
  45. "x": 950,
  46. "y": 360,
  47. "wires": [
  48. [
  49. "ed75fdfa9f5ae2a3"
  50. ]
  51. ]
  52. },
  53. {
  54. "id": "40cc3f8a45d7ff09",
  55. "type": "inject",
  56. "z": "2450bdfa087692de",
  57. "name": "Stop mp3 file",
  58. "props": [
  59. {
  60. "p": "payload"
  61. },
  62. {
  63. "p": "topic",
  64. "vt": "str"
  65. }
  66. ],
  67. "repeat": "",
  68. "crontab": "",
  69. "once": false,
  70. "onceDelay": 0.1,
  71. "topic": "",
  72. "payload": "stop",
  73. "payloadType": "str",
  74. "x": 950,
  75. "y": 420,
  76. "wires": [
  77. [
  78. "ed75fdfa9f5ae2a3"
  79. ]
  80. ]
  81. }
  82. ]
Advertisement
Add Comment
Please, Sign In to add comment