I cant get below to work. Only the last commandArray gets updated.
If I remark the second commadArray the first one gets executed.
So, ist it possible to have several commandArrays to be executed?
Code: Select all
commandArray['UpdateDevice'] = '27|0|'..test
commandArray['UpdateDevice'] = '28|0|'..TempText..' '..test
return commandArray
