You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, but you can add more sound editing the line 64
input "sound", "enum", title: "Play this Sound?", required: actionType == "Sound"? true:flase, defaultValue: "Bell 1", options: ["Bell 1","Bell 2","Dogs Barking","Fire Alarm","Piano","Lightsaber","MySound"]
and line 577
case "MySound":
state.sound = [uri: "http://mysite.com/audio.mp3", duration: "10"]
break;
Is there a method to add custom sounds to aside from the "Bell 1","Bell 2","Dogs Barking","Fire Alarm","Piano", & "Lightsaber" currently available?
The text was updated successfully, but these errors were encountered: