Works great, but now I want to change this text value from a LUA script.
I tried setting it via the command array:
Code: Select all
commandArray['ESP07 uptime'] = "(Not connected)"
But this has no effect.
Am I missing something simple?
Moderator: leecollings
Code: Select all
commandArray['ESP07 uptime'] = "(Not connected)"
Code: Select all
commandArray[textDeviceIdx] = { ['UpdateDevice'] = textDeviceIdx..'|0|'..'some text' }
Code: Select all
commandArray['UpdateDevice'] = 'idx|0|"Text here"'
Code: Select all
commandArray['UpdateDevice'] = otherdevices_idx[Unit_Name]..'|1|(Not connected)'
Users browsing this forum: No registered users and 1 guest