Posted by: Jan
« on: August 06, 2025, 05:35:30 pm »There are some methods:
To send three commands immediately
To send three commands in 1 second interval
To send three commands immediately
Code: [Select]
send connection:"*" command:"IH=000000002002" command:"IH=000000002002" command:"IH=000000002002"
To send three commands in 1 second interval
Code: [Select]
send connection:"*" command:"IH=000000002002" delay:0
send connection:"*" command:"IH=000000002002" delay:1
send connection:"*" command:"IH=000000002002" delay:2