i have problem with the command:
commandArray['deviceA'] = 'On For x' ... it doesn't work. deviceA maintains on for all times!
does anyone have seen this problem?
Moderator: leecollings
Code: Select all
commandArray['deviceA ']='On FOR 1'
This does happen if deviceA was already On.abdolhamednik wrote: Tuesday 29 September 2020 10:25 i have problem with the command:
commandArray['deviceA'] = 'On For x' ... it doesn't work. deviceA maintains on for all times!
Code: Select all
commandArray[#commandArray + 1] = { ['deviceA' ] = 'On' }
commandArray[#commandArray + 1] = { ['deviceA' ] = 'Off AFTER ' .. x }Users browsing this forum: No registered users and 1 guest