Logic Machine Forum
Send table data from logicmachine to iRidium - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Send table data from logicmachine to iRidium (/showthread.php?tid=2041)



Send table data from logicmachine to iRidium - usyntax - 23.04.2019

Hello,

Does anybody tried to load table from logicmachine schedule through group address? 

For example i want to read this table from schedule:

#  start_hour  start_min  offset_hour  offset_min  room
1.  8               12            17               50             1
2.  17             12            21               50             2
3.  21             12            7                 50             3


RE: Send table data from logicmachine to iRidium - admin - 23.04.2019

You could try using 250 byte data type to store JSON data but then you'll likely hit the character limit. You can also create a .lp page to load data through HTTP.