matapan Posted November 27, 2012 Posted November 27, 2012 I began using an iOS program called "Roomie Remote". This universal remote application supports the ISY-99. In addition to toggling lights and devices, it's supposedly possible to run programs, provided you know the program's "number". Is there an easy way to expose the ID number associated with any ISY program?
Xathros Posted November 27, 2012 Posted November 27, 2012 Try this: http:///rest/programs?subfolders=true That should return a list of all programs with their ID's -Xathros
matapan Posted November 28, 2012 Author Posted November 28, 2012 Thanks for the tip, Xathros. The page returned by the link is raw, unformatted data. No ID number appears to be associated with each program. Are the program ID's implied, meaning they start at 1 and increment from there in the order the programs are listed in?
Xathros Posted November 28, 2012 Posted November 28, 2012 Thanks for the tip, Xathros. The page returned by the link is raw, unformatted data. No ID number appears to be associated with each program. Are the program ID's implied, meaning they start at 1 and increment from there in the order the programs are listed in? This is what I get from that link using firefox: This is an unformatted XML listing and seems quite readable to me. Program ID is the number you want. -Xathros
matapan Posted December 2, 2012 Author Posted December 2, 2012 Thanks Xathros. I was originally opening with Safari. Firefox formats it as you described.
Recommended Posts