23.06.2017, 14:37
(23.06.2017, 14:12)buuuudzik Wrote:(23.06.2017, 12:27)mlaudren Wrote: What about using storage to send command?
in you resident script you read a table in storage and send all element you read, and in your event script you write all your command
This way you have a FIFO and can send multiple command at a time:
On, switch to channel X, volume Y, ....
I've tested in the past this solution but storage is not so fast as must be.
What speed/ time response do you target? I have some script that use storage and I didn't notice delay during the execution.
I'll do some test to see it that.