For site news during uptime issues, Twitter me at TrailMyx
0 Members and 2 Guests are viewing this topic.
Here is an example.function PrintNameBySerial() { var obj = Orion.FindObject('0x072AC317'); // Replace with actual serial if (obj) { Orion.Print("Object name: " + obj.Name()); } else { Orion.Print("Object not found."); }}