Hello everyone!
I' m an inexperienced Agility user (discovered 7 days ago ).
I actually populate the dropdown (according to the tutorial) from
http://www.cyberz.org/MyMeter/rest/channels/ .... and that is fine. At the moment I select an option(by channel name ) i want to print all the values associated to that channel ...
The point is that if i click channel #1(id 0) for example... I need to take the data by channel from this url :
http://www.cyberz.org/MyMeter/rest/reads/allByChannel/0 ... and that would be the logic for all select options. I think i have to create my own adapter ... recordin the id value from the selected option and maybe passing it to a function / adapter to be able to pass
Any suggestions for the adapter creation ??? THANKS :)
ps: the pages info data are not in a correct JSON format but it doesn't matter. I'm gonna fix it after i build a usable adapter!