Code: Select all
Error: EventSystem: in Gas_Update: [string "print('setting Gas')..."]:8: attempt to concatenate field 'gas' (a nil value)
Moderator: leecollings
Code: Select all
Error: EventSystem: in Gas_Update: [string "print('setting Gas')..."]:8: attempt to concatenate field 'gas' (a nil value)
Code: Select all
commandArray['UpdateDevice']=otherdevices_idx['Gas']..'|0|'..(jsonData.result[1].CounterToday * 1000)
Code: Select all
local value = string.sub(jsonData.result[1].CounterToday, 1, 5) * 1000
commandArray['UpdateDevice']=otherdevices_idx['Gas']..'|0|'..value
Users browsing this forum: No registered users and 1 guest