Hello,
Does someone know how to play a sound with soundboard via homeyscript?
Can i use the API?
Thanks
Hello,
Does someone know how to play a sound with soundboard via homeyscript?
Can i use the API?
Thanks
With the workaround i published here i could also fix this issue.
the code i run is:
Homey.flow.runFlowCardAction({
uri: 'homey:app:com.athom.soundboard',
id: 'play',
args: {
sound:{
id: 'ID',
name: 'name.wav',
athomId: 'athomid'
},
},
});
Greetings,
Volle yoghurt.